aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathew Inwood <mathewi@google.com>2021-02-16 14:43:39 +0000
committerMathew Inwood <mathewi@google.com>2021-02-16 14:45:45 +0000
commitf11ce9a1759202a3189d15ad5a79b8eb94be82dc (patch)
treec020b624f9c0abb8176040a3961dd1f7f1eefae7
parentf4ac74d9b4b8d612cb314ee3a639086420a0055a (diff)
downloadbionic-f11ce9a1759202a3189d15ad5a79b8eb94be82dc.tar.gz
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
-rw-r--r--apex/Android.bp1
1 files changed, 1 insertions, 0 deletions
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 {