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

Commit 92ba53ca authored by Jeongik Cha's avatar Jeongik Cha Committed by Cyan_Hsieh
Browse files

Extract regulatory_info into RRO

Bug: 152926806
Test: Set sku value, and check if settings show proper info image according to sku
Change-Id: I34651b0117415b00d4c9c6d03ee30b73533c9232
parent 57fa8885
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -169,6 +169,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