From dd719927e90a418335b1a93a451773f8e48f25df Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Mon, 24 Feb 2020 18:36:46 +0900 Subject: 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: Idb55300a60a261c7bb6359439ed220ff51fcf06c --- Android.bp | 1 + 1 file changed, 1 insertion(+) (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp index d746ea6af..0171b0d76 100644 --- a/Android.bp +++ b/Android.bp @@ -20,6 +20,7 @@ apex { apex_defaults { name: "com.android.permission-defaults", + updatable: true, key: "com.android.permission.key", certificate: ":com.android.permission.certificate", java_libs: [ -- cgit v1.2.3-59-g8ed1b