commit | 9af36ddaecf29e833cab2ebfa8d06e4d27d1a706 | [log] [tgz] |
---|---|---|
author | Mathew Inwood <mathewi@google.com> | Tue Feb 16 14:43:40 2021 +0000 |
committer | Mathew Inwood <mathewi@google.com> | Tue Feb 16 14:45:45 2021 +0000 |
tree | 0aecefbce4be822078f15f18a66a24287498461a | |
parent | 6d6638cf85851b789437f31de8664a370b500237 [diff] |
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: Ic09bad5a792e7c0c7613ed4debfff40627425aeb
diff --git a/apex/Android.bp b/apex/Android.bp index d6dda13..4f7201a 100644 --- a/apex/Android.bp +++ b/apex/Android.bp
@@ -6,7 +6,7 @@ name: "com.android.virt", // TODO(jiyong): make it updatable - // updatable: true, + updatable: false, manifest: "manifest.json",