summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2020-03-24 09:29:46 +0900
committerJiyong Park <jiyong@google.com>2020-03-24 09:29:46 +0900
commit72c2547334ce022e1149cf60b9eab845b5de3057 (patch)
tree7c0ab8809a4fe762df8a3c79d2282054612d4b3d
parent5fe965e13174c9eb6833f60dd398ced5b9fe19ca (diff)
downloaduml-72c2547334ce022e1149cf60b9eab845b5de3057.tar.gz
adbd is not available for platform
adbd is in the adbd apex (com.android.adbd) and is not available for platform. To refer to the adbd in the apex in *.mk file, we need to use its apex-specific name <module_name>.<apex_name>. Bug: 152190149 Test: choosecombo into uml and m Change-Id: I78709039ad5112b03e52c644b09f0dea4c863604
-rw-r--r--uml.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/uml.mk b/uml.mk
index 620d26e..e175182 100644
--- a/uml.mk
+++ b/uml.mk
@@ -28,7 +28,7 @@ PRODUCT_COPY_FILES += $(LOCAL_PATH)/init.uml.rc:root/init.uml.rc
PRODUCT_COPY_FILES += $(LOCAL_PATH)/init.eth0.sh:system/bin/init.eth0.sh
PRODUCT_PACKAGES += \
- adbd \
+ adbd.com.android.adbd \
adbd.recovery \
usbd \
android.hardware.configstore@1.1-service \