From 13cbf5572fc56f8ac4aac16bd23892aee22188dc Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Mon, 24 Feb 2020 18:39:19 +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. Exempt-From-Owner-Approval: cherry-pick from internal Merged-In: Id21fa176acce4800fb8e6c723007f6a4aa2d1bab (cherry picked from commit f3d123910b4c899b3aed8d82272fa5d24b6dc426) Change-Id: Id21fa176acce4800fb8e6c723007f6a4aa2d1bab --- apex/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/apex/Android.bp b/apex/Android.bp index fc143ba3f..3ecb66164 100644 --- a/apex/Android.bp +++ b/apex/Android.bp @@ -1,5 +1,6 @@ apex { name: "com.android.bluetooth.updatable", + updatable: true, manifest: "apex_manifest.json", -- 2.11.0