Skip to content
Snippets Groups Projects
Commit c99ec4a1 authored by Mathew Inwood's avatar Mathew Inwood
Browse files

Set updateable:false explicitly in apex rules.

Currently, this is the default so this is a no-op,
But the default is changing to true.

Bug: 180375550
Test: Treehugger
Change-Id: I153e6f842e03a732bfa852b830e0f65050e9270f
parent 8f2ce99d
No related branches found
No related tags found
No related merge requests found
......@@ -39,4 +39,5 @@ apex {
key: "com.android.overlaytest.overlaid.key",
apps: ["OverlayRemountedTest_Target"],
installable: false,
updatable: false,
}
......@@ -39,4 +39,5 @@ apex {
key: "com.android.overlaytest.overlay.key",
apps: ["OverlayRemountedTest_Overlay"],
installable: false,
updatable: false,
}
......@@ -96,6 +96,7 @@ apex {
key: "com.android.apex.apkrollback.test.key",
apps: ["TestAppAv1"],
installable: false,
updatable: false,
}
apex {
......@@ -106,6 +107,7 @@ apex {
key: "com.android.apex.apkrollback.test.key",
apps: ["TestAppAv2"],
installable: false,
updatable: false,
}
apex {
......@@ -116,4 +118,5 @@ apex {
key: "com.android.apex.apkrollback.test.key",
apps: ["TestAppACrashingV2"],
installable: false,
updatable: false,
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment