From 72c2547334ce022e1149cf60b9eab845b5de3057 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Tue, 24 Mar 2020 09:29:46 +0900 Subject: 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 .. Bug: 152190149 Test: choosecombo into uml and m Change-Id: I78709039ad5112b03e52c644b09f0dea4c863604 --- uml.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uml.mk') 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 \ -- cgit v1.2.3