From 7c2ae1f02cbf25cba1949e1a707e13874cde4547 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Mon, 24 Feb 2020 18:39:23 +0900 Subject: [PATCH] Mark updatable APEXes Mark updatable APEXes as updatable: true so that they are opted-out from optimizations that make sense only for non-updatable modules; such as symlinking to the libs in the system partition. Bug: 149805758 Test: m and check that there is no symlink from the APEX to the system partition. Change-Id: Ic3edc7e285e9eafbdaa20b18ccbc0b2231370779 --- adb/apex/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/adb/apex/Android.bp b/adb/apex/Android.bp index 01894552a..4346f6778 100644 --- a/adb/apex/Android.bp +++ b/adb/apex/Android.bp @@ -1,5 +1,6 @@ apex_defaults { name: "com.android.adbd-defaults", + updatable: true, binaries: ["adbd"], compile_multilib: "both",