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

Commit cfab2ceb authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

rro: add EuiccOverlay for FP4

parent 79bdbeda
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -55,6 +55,10 @@ PRODUCT_PACKAGES += \

endif

# Euicc
PRODUCT_PACKAGES += \
    EuiccOverlay

# CustomLocale
ifeq (test,$(RELEASE_TYPE))
PRODUCT_PACKAGES += \
+5 −0
Original line number Diff line number Diff line
runtime_resource_overlay {
    name: "EuiccOverlay",
    sdk_version: "current",
    product_specific: true
}
+10 −0
Original line number Diff line number Diff line
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="foundation.e.euiccoverlay"
    android:versionCode="1"
    android:versionName="1.0">
    <application android:hasCode="false" />
    <overlay
      android:targetPackage="com.t2m.euiccoverlay"
      android:isStatic="true"
      android:priority="0"/>
</manifest>
+94.5 KiB

File added.

No diff preview for this file type.

+96 KiB

File added.

No diff preview for this file type.

Loading