commit | f11ce9a1759202a3189d15ad5a79b8eb94be82dc | [log] [tgz] |
---|---|---|
author | Mathew Inwood <mathewi@google.com> | Tue Feb 16 14:43:39 2021 +0000 |
committer | Mathew Inwood <mathewi@google.com> | Tue Feb 16 14:45:45 2021 +0000 |
tree | c020b624f9c0abb8176040a3961dd1f7f1eefae7 | |
parent | f4ac74d9b4b8d612cb314ee3a639086420a0055a [diff] [blame] |
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
diff --git a/apex/Android.bp b/apex/Android.bp index 16422f8..19894f1 100644 --- a/apex/Android.bp +++ b/apex/Android.bp
@@ -51,6 +51,7 @@ prebuilts: [ "bionic-linker-config", ], + updatable: false, } sdk {