Merge "Set updateable:false explicitly in apex rules." am: a3ab19e8f3
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1590172 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I9773ce84b96f4b4dc06d621eca7ca03c6e28263e
This commit is contained in:
@@ -50,4 +50,5 @@ apex {
|
|||||||
key: "com.android.overlaytest.overlaid.key",
|
key: "com.android.overlaytest.overlaid.key",
|
||||||
apps: ["OverlayRemountedTest_Target"],
|
apps: ["OverlayRemountedTest_Target"],
|
||||||
installable: false,
|
installable: false,
|
||||||
|
updatable: false,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -50,4 +50,5 @@ apex {
|
|||||||
key: "com.android.overlaytest.overlay.key",
|
key: "com.android.overlaytest.overlay.key",
|
||||||
apps: ["OverlayRemountedTest_Overlay"],
|
apps: ["OverlayRemountedTest_Overlay"],
|
||||||
installable: false,
|
installable: false,
|
||||||
|
updatable: false,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -104,6 +104,7 @@ apex {
|
|||||||
key: "com.android.apex.apkrollback.test.key",
|
key: "com.android.apex.apkrollback.test.key",
|
||||||
apps: ["TestAppAv1"],
|
apps: ["TestAppAv1"],
|
||||||
installable: false,
|
installable: false,
|
||||||
|
updatable: false,
|
||||||
}
|
}
|
||||||
|
|
||||||
apex {
|
apex {
|
||||||
@@ -114,6 +115,7 @@ apex {
|
|||||||
key: "com.android.apex.apkrollback.test.key",
|
key: "com.android.apex.apkrollback.test.key",
|
||||||
apps: ["TestAppAv2"],
|
apps: ["TestAppAv2"],
|
||||||
installable: false,
|
installable: false,
|
||||||
|
updatable: false,
|
||||||
}
|
}
|
||||||
|
|
||||||
apex {
|
apex {
|
||||||
@@ -124,4 +126,5 @@ apex {
|
|||||||
key: "com.android.apex.apkrollback.test.key",
|
key: "com.android.apex.apkrollback.test.key",
|
||||||
apps: ["TestAppACrashingV2"],
|
apps: ["TestAppACrashingV2"],
|
||||||
installable: false,
|
installable: false,
|
||||||
|
updatable: false,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user