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

Commit cccdf85e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Cyan_Hsieh
Browse files

Merge "Extract regulatory_info into RRO" into rvc-dev

Change-Id: Id2ed96bea4f182622701b5748f3876059579e8cf
Change-Id: Id28d95481a3df73b75d82088e09a2d029f037858
Change-Id: I87b87f9869ffbea62953758762f3dba991715368
Change-Id: I1cd9d83017fa89dd0c174e98217f4bcfa7f912a4
Change-Id: I715080fe2346ee7dcf1182ed0fc894e7c045af00
Change-Id: I7e970c6455f6b668288a161a197c83f19fbb2a3c
parents fd67dd21 92ba53ca
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -172,6 +172,10 @@ endif
PRODUCT_PACKAGES += \
    libqcomvoiceprocessingdescriptors

# SKU specific RROs
PRODUCT_PACKAGES += \
    SettingsOverlayG5NZ6

# Fingerprint HIDL
include device/google/redfin/fingerprint.mk

+4 −0
Original line number Diff line number Diff line
runtime_resource_overlay {
    name: "SettingsOverlayG5NZ6",
    product_specific: true,
}
 No newline at end of file
+9 −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="com.android.settings.overlay.g5nz6">
    <application android:hasCode="false" />
    <overlay android:targetPackage="com.android.settings"
             android:requiredSystemPropertyName="ro.boot.hardware.sku"
             android:requiredSystemPropertyValue="G5NZ6"
             android:isStatic="true" />
</manifest>
 No newline at end of file