summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2020-03-23 23:58:19 +0900
committerRoman Kiryanov <rkir@google.com>2020-05-15 09:41:19 -0700
commitf29a03d87d658f1265457ef71cfea39801f0d95a (patch)
tree177095b2e9086fb3337381001a527028585ff2a2
parente643a7fec20ab6dc42c182e8b417037a50323774 (diff)
downloadqemu-f29a03d87d658f1265457ef71cfea39801f0d95a.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 qemu_arm and m Merged-In: I27e3a612b780f313be78830666ee1d57c490c2ee Change-Id: Ia31489ef04de4b2d44ea961bed8a78326fb68ef0
-rw-r--r--qemu_base.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu_base.mk b/qemu_base.mk
index 2a62a8d..5657336 100644
--- a/qemu_base.mk
+++ b/qemu_base.mk
@@ -37,7 +37,7 @@ PRODUCT_HOST_PACKAGES += \
# Device modules
PRODUCT_PACKAGES += \
- adbd \
+ adbd.com.android.adbd \
bootanimation \
debuggerd \
debuggerd64 \