Merge "Set updateable:false explicitly in apex rules." am: a3ab19e8f3 am: 6a103de895

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1590172

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I1b4eeb2914bfea07dfa84de8f859218455bdc0b1
This commit is contained in:
Mathew Inwood
2021-02-23 23:21:08 +00:00
committed by Automerger Merge Worker
3 changed files with 5 additions and 0 deletions

View File

@@ -50,4 +50,5 @@ apex {
key: "com.android.overlaytest.overlaid.key",
apps: ["OverlayRemountedTest_Target"],
installable: false,
updatable: false,
}

View File

@@ -50,4 +50,5 @@ apex {
key: "com.android.overlaytest.overlay.key",
apps: ["OverlayRemountedTest_Overlay"],
installable: false,
updatable: false,
}

View File

@@ -104,6 +104,7 @@ apex {
key: "com.android.apex.apkrollback.test.key",
apps: ["TestAppAv1"],
installable: false,
updatable: false,
}
apex {
@@ -114,6 +115,7 @@ apex {
key: "com.android.apex.apkrollback.test.key",
apps: ["TestAppAv2"],
installable: false,
updatable: false,
}
apex {
@@ -124,4 +126,5 @@ apex {
key: "com.android.apex.apkrollback.test.key",
apps: ["TestAppACrashingV2"],
installable: false,
updatable: false,
}