From 0cb64f00f74370ae57db22e69ea981333fc101ac Mon Sep 17 00:00:00 2001 From: Yi-Yo Chiang Date: Fri, 5 Aug 2022 12:12:38 +0800 Subject: [PATCH] Move 'remount' back into 'adbd_system_api' It was inlined in base_system.mk during the adbd apex bring up phase, because adbd apex was thought to have broken "required:" dependency. Now that we have 'adb_system_api' to track the dependencies of adbd, we can move 'remount' into the phony module. Bug: 241688845 Test: m adbd_system_api w/ user & userdebug build Change-Id: I5d7c66c517d5e7022601cc4705a447d5a4ba1be4 --- target/product/base_system.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/target/product/base_system.mk b/target/product/base_system.mk index 90a2577797..494c7c13d3 100644 --- a/target/product/base_system.mk +++ b/target/product/base_system.mk @@ -378,7 +378,6 @@ PRODUCT_PACKAGES_DEBUG := \ procrank \ profcollectd \ profcollectctl \ - remount \ servicedispatcher \ showmap \ sqlite3 \