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

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

Init partner POC

parent 6a8b7bff
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -84,6 +84,13 @@ PRODUCT_COPY_FILES += \
    $(VENDOR_PATH)/config/permissions/eos-permissions.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/default-permissions/eos-permissions.xml \
    $(VENDOR_PATH)/config/permissions/eos-allowlist.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/sysconfig/eos-allowlist.xml

# Partner files
PRODUCT_COPY_FILES += \
    $(VENDOR_PATH)/prebuilt/common/etc/init/init.e-partner.rc:$(TARGET_COPY_OUT_SYSTEM)/etc/init/init.e-partner.rc

PRODUCT_PACKAGES += \
    BackgroundsDuckDuckGo

# SafetyNet compatibility
ifneq ($(filter stable dev partner,$(RELEASE_TYPE)),)
  # Ship ih8sn on dev & stable builds
+5 −0
Original line number Diff line number Diff line
runtime_resource_overlay {
    name: "BackgroundsDuckDuckGo",
    sdk_version: "current",
    product_specific: true,
}
+11 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="org.lineageos.backgrounds.duckduckgo">

    <overlay
        android:isStatic="true"
        android:priority="800"
        android:requiredSystemPropertyName="persist.murena.product.partner"
        android:requiredSystemPropertyValue="quackquackgo"
        android:targetPackage="org.lineageos.backgrounds" />
</manifest>
 No newline at end of file
+865 KiB
Loading image diff...
+28.7 KiB
Loading image diff...
Loading