From f11ce9a1759202a3189d15ad5a79b8eb94be82dc Mon Sep 17 00:00:00 2001 From: Mathew Inwood Date: Tue, 16 Feb 2021 14:43:39 +0000 Subject: [PATCH] Set updatable=false explicitly. Currently, this is the default so this is a no-op, But the default is changing to true. Bug: 180375550 Test: Treehugger Change-Id: I74cfd805958687a4c1e43eded31fb0e6583c1482 --- apex/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/apex/Android.bp b/apex/Android.bp index 16422f801..19894f173 100644 --- a/apex/Android.bp +++ b/apex/Android.bp @@ -51,6 +51,7 @@ apex { prebuilts: [ "bionic-linker-config", ], + updatable: false, } sdk {