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:
Mathew Inwood 2021-02-16 14:43:40 +00:00
parent 6d6638cf85
commit 9af36ddaec
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ apex {
name: "com.android.virt",
// TODO(jiyong): make it updatable
// updatable: true,
updatable: false,
manifest: "manifest.json",