diff options
author | Dan Willemsen <dwillemsen@google.com> | 2016-09-13 16:56:15 -0700 |
---|---|---|
committer | Dan Willemsen <dwillemsen@google.com> | 2016-09-13 16:58:03 -0700 |
commit | 2c173ee03ac18b14f7e48d19057ac983ba640916 (patch) | |
tree | c36982040fd227c0399baf88fe585384bc59686b /root.bp | |
parent | 76ef5abd9a609c10e067170aa06b73440b7216a9 (diff) | |
download | build_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.bp | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -24,6 +24,10 @@ optional_subdirs = [ "system/core/*", "system/extras/*", "system/keymaster", + "system/hwservicemanager", + "system/libhidl", + "system/libhwbinder", "system/media/*", "system/security/*", + "system/tools/*", ] |