From 76e974567cd80b4a72adff0c0d37c213d2bcb0ef Mon Sep 17 00:00:00 2001 From: Josh Gao Date: Mon, 1 Jun 2020 18:57:25 -0700 Subject: [PATCH] Rename adbd_system_binaries to adbd_system_api. This is going to include libraries as well, so rename to reflect this. Bug: http://b/157709367 Test: treehugger Change-Id: I94625a6343e18032d8607cf8c58bde49d64db85c (cherry picked from commit 67e0295833222f85c3ce392dd0c79e1856a1339e) --- target/product/base_system.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \