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

Commit d9152385 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
Merged-In: I153e6f842e03a732bfa852b830e0f65050e9270f
Change-Id: I153e6f842e03a732bfa852b830e0f65050e9270f
parent e06165a2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -50,4 +50,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
@@ -50,4 +50,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
@@ -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,
}