summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2021-11-30 10:21:48 -0800
committerColin Cross <ccross@android.com>2021-11-30 10:21:48 -0800
commite645235f0a5280d84734fec72d24e8d1eb20fd63 (patch)
treebe59ea92fb45fa063a0b39d006f96eee8da1bb95
parent3f111e1275097de716f8d503322d24dbea9377ca (diff)
downloadmanifest-e645235f0a5280d84734fec72d24e8d1eb20fd63.tar.gz
Add system/logging as a dependency of libutils
libutils depends on liblog_headers, which is defined in system/logging. Bug: 207445310 Bug: 208450955 Test: art/tools/buildbot-build.sh --host Change-Id: If4c89577d7136b7c48ca047c00afe3ffadd8205b
-rw-r--r--default.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index 398463767..ef4a8d997 100644
--- a/default.xml
+++ b/default.xml
@@ -73,6 +73,8 @@
<!-- chroot support -->
<project path="device/generic/art" name="device/generic/art" groups="pdk" />
<project path="system/core" name="platform/system/core" groups="pdk" />
+ <!-- libutils dependencies -->
+ <project path="system/logging" name="platform/system/logging" groups="pdk" />
<project path="system/netd" name="platform/system/netd" groups="pdk" />
<!-- netd dependencies -->
<project path="packages/modules/DnsResolver" name="platform/packages/modules/DnsResolver" groups="pdk-cw-fs,pdk-fs" />