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
This commit is contained in:
parent
6d6638cf85
commit
9af36ddaec
|
@ -6,7 +6,7 @@ apex {
|
|||
name: "com.android.virt",
|
||||
|
||||
// TODO(jiyong): make it updatable
|
||||
// updatable: true,
|
||||
updatable: false,
|
||||
|
||||
manifest: "manifest.json",
|
||||
|
||||
|
|
Loading…
Reference in New Issue