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

Commit 561b0090 authored by Adam Bookatz's avatar Adam Bookatz
Browse files

Rename to HsumDefaultConfigOverlay

As a workaround to a caching bug, we rename
the old HsumConfigOverlay to HsumDefaultConfigOverlay.

Bug: 357828774
Test: manual (flash build from a week ago, flash this build without
      wiping, make sure the system boots)
Flag: EXEMPT refactor (and bug fix)
Change-Id: Iac7c07c68dfdc4e00afd3f89d4c26ca10adbaa3e
parent ecbdc5f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ package {
}

runtime_resource_overlay {
    name: "HsumConfigOverlay",
    name: "HsumDefaultConfigOverlay",
    certificate: "platform",

    product_specific: true,
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
  -->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.android.internal.overlay.hsumconfig"
    package="com.android.internal.overlay.hsum.defaultconfig"
    android:versionCode="1"
    android:versionName="1.0">
    <overlay android:targetPackage="android" android:priority="2" android:isStatic="true" />