diff options
| author | Jiyong Park <jiyong@google.com> | 2020-03-24 09:29:46 +0900 |
|---|---|---|
| committer | Jiyong Park <jiyong@google.com> | 2020-03-24 09:29:46 +0900 |
| commit | 72c2547334ce022e1149cf60b9eab845b5de3057 (patch) | |
| tree | 7c0ab8809a4fe762df8a3c79d2282054612d4b3d | |
| parent | 5fe965e13174c9eb6833f60dd398ced5b9fe19ca (diff) | |
| download | device_generic_uml-72c2547334ce022e1149cf60b9eab845b5de3057.tar.gz device_generic_uml-72c2547334ce022e1149cf60b9eab845b5de3057.tar.bz2 device_generic_uml-72c2547334ce022e1149cf60b9eab845b5de3057.zip | |
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.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |
