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
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 @@
 
 # Device modules
 PRODUCT_PACKAGES += \
-    adbd \
+    adbd.com.android.adbd \
     bootanimation \
     debuggerd \
     debuggerd64 \