summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessio Balsini <balsini@google.com>2020-08-03 16:29:52 +0100
committerAlessio Balsini <balsini@google.com>2020-08-03 15:50:14 +0000
commitefac88a8beecdff50e1635c637f8d5c30a1e5af4 (patch)
tree2ecc75ac6a23379d25ddecd790f7db3791af9e9a
parent2c3011707cc9d4c880d60da25046dfb84b34d671 (diff)
downloadmanifest-efac88a8beecdff50e1635c637f8d5c30a1e5af4.tar.gz
Add system/libhwbinder to build-tools manifest
libhidl-gen depends on libhwbinder_headers, and is causing aosp-build-tools targets to fail. Add the missing system/libhwbinder repository to the manifest to fix the issue. Bug: 162738026 Test: Forrest/CI aosp-build-tools Signed-off-by: Alessio Balsini <balsini@google.com> Change-Id: I34649907af999ce60d6962605a85187784cd0174
-rw-r--r--default.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index 3cc583298..f419c9973 100644
--- a/default.xml
+++ b/default.xml
@@ -103,6 +103,7 @@
<project path="external/zopfli" name="platform/external/zopfli" />
<project path="system/core" name="platform/system/core" />
<project path="system/libbase" name="platform/system/libbase" />
+ <project path="system/libhwbinder" name="platform/system/libhwbinder" />
<project path="system/libziparchive" name="platform/system/libziparchive" />
<!-- target projects -->