diff options
-rw-r--r-- | target/product/base_system.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/product/base_system.mk b/target/product/base_system.mk index c074807043..ffb6570d49 100644 --- a/target/product/base_system.mk +++ b/target/product/base_system.mk @@ -16,7 +16,7 @@ # Base modules and settings for the system partition. PRODUCT_PACKAGES += \ - adbd_system_binaries \ + adbd_system_api \ am \ android.hidl.allocator@1.0-service \ android.hidl.base-V1.0-java \ |