aboutsummaryrefslogtreecommitdiffstats
path: root/root.bp
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-09-13 16:56:15 -0700
committerDan Willemsen <dwillemsen@google.com>2016-09-13 16:58:03 -0700
commit2c173ee03ac18b14f7e48d19057ac983ba640916 (patch)
treec36982040fd227c0399baf88fe585384bc59686b /root.bp
parent76ef5abd9a609c10e067170aa06b73440b7216a9 (diff)
downloadbuild_soong-2c173ee03ac18b14f7e48d19057ac983ba640916.tar.gz
build_soong-2c173ee03ac18b14f7e48d19057ac983ba640916.tar.bz2
build_soong-2c173ee03ac18b14f7e48d19057ac983ba640916.zip
Add entries in root.bp for hidl/hwbinder
Change-Id: I8dd0f8585dc8214c43983112bd6b8e109ac030af
Diffstat (limited to 'root.bp')
-rw-r--r--root.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/root.bp b/root.bp
index 12ca1627..95f089b1 100644
--- a/root.bp
+++ b/root.bp
@@ -24,6 +24,10 @@ optional_subdirs = [
"system/core/*",
"system/extras/*",
"system/keymaster",
+ "system/hwservicemanager",
+ "system/libhidl",
+ "system/libhwbinder",
"system/media/*",
"system/security/*",
+ "system/tools/*",
]