Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4a7fe0c8 authored by Mathew Inwood's avatar Mathew Inwood Committed by Android (Google) Code Review
Browse files

Merge "Set updateable:false explicitly in apex rules."

parents 8d4c72f3 c99ec4a1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -39,4 +39,5 @@ apex {
    key: "com.android.overlaytest.overlaid.key",
    apps: ["OverlayRemountedTest_Target"],
    installable: false,
    updatable: false,
}
+1 −0
Original line number Diff line number Diff line
@@ -39,4 +39,5 @@ apex {
    key: "com.android.overlaytest.overlay.key",
    apps: ["OverlayRemountedTest_Overlay"],
    installable: false,
    updatable: false,
}
+3 −0
Original line number Diff line number Diff line
@@ -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