aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2019-10-17 12:18:58 -0700
committerJosh Gao <jmgao@google.com>2019-10-23 13:27:48 -0700
commit56db7393cede4d3f2618534bb263a7a16eccc4bf (patch)
tree1355baed1d15e469f299a5b496b0e131ea590aad
parent7228fcf19a1411e603445e358ad1be4752a49ed1 (diff)
downloadbuild-56db7393cede4d3f2618534bb263a7a16eccc4bf.tar.gz
Use adbd_system_binaries to track adbd's dependencies.
required doesn't propagate from apexes, so we need a separate phony target to track adbd's dependenecies. Test: m Change-Id: Ic9fd19570987c5c3d96d3a35f2d3e2c7ea4642d9
-rw-r--r--target/product/base_system.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/product/base_system.mk b/target/product/base_system.mk
index 7cc32709e5..41f6f22ff6 100644
--- a/target/product/base_system.mk
+++ b/target/product/base_system.mk
@@ -16,8 +16,8 @@
# Base modules and settings for the system partition.
PRODUCT_PACKAGES += \
- abb \
adbd \
+ adbd_system_binaries \
am \
android.hidl.allocator@1.0-service \
android.hidl.base-V1.0-java \