Merge "Add initial MIC e-label for JP SKU of F10" into tm-qpr-dev
This commit is contained in:
commit
30b8874571
5 changed files with 6 additions and 5 deletions
|
@ -185,7 +185,8 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
|
|
||||||
# PowerStats HAL
|
# PowerStats HAL
|
||||||
PRODUCT_SOONG_NAMESPACES += \
|
PRODUCT_SOONG_NAMESPACES += \
|
||||||
device/google/felix/powerstats/felix
|
device/google/felix/powerstats/felix \
|
||||||
|
device/google/felix
|
||||||
|
|
||||||
# Increment the SVN for any official public releases
|
# Increment the SVN for any official public releases
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
|
@ -242,7 +243,7 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
|
|
||||||
# SKU specific RROs
|
# SKU specific RROs
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
SettingsOverlayGPQ72
|
SettingsOverlayG0B96
|
||||||
|
|
||||||
# Trusty liboemcrypto.so
|
# Trusty liboemcrypto.so
|
||||||
PRODUCT_SOONG_NAMESPACES += vendor/google_devices/felix/prebuilts
|
PRODUCT_SOONG_NAMESPACES += vendor/google_devices/felix/prebuilts
|
||||||
|
|
|
@ -3,6 +3,6 @@ package {
|
||||||
}
|
}
|
||||||
|
|
||||||
runtime_resource_overlay {
|
runtime_resource_overlay {
|
||||||
name: "SettingsOverlayGPQ72",
|
name: "SettingsOverlayG0B96",
|
||||||
product_specific: true,
|
product_specific: true,
|
||||||
}
|
}
|
|
@ -1,9 +1,9 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.android.settings.overlay.gpq72">
|
package="com.android.settings.overlay.g0b96">
|
||||||
<application android:hasCode="false" />
|
<application android:hasCode="false" />
|
||||||
<overlay android:targetPackage="com.android.settings"
|
<overlay android:targetPackage="com.android.settings"
|
||||||
android:requiredSystemPropertyName="ro.boot.hardware.sku"
|
android:requiredSystemPropertyName="ro.boot.hardware.sku"
|
||||||
android:requiredSystemPropertyValue="GPQ72"
|
android:requiredSystemPropertyValue="G0B96"
|
||||||
android:isStatic="true" />
|
android:isStatic="true" />
|
||||||
</manifest>
|
</manifest>
|
Binary file not shown.
After Width: | Height: | Size: 214 KiB |
Binary file not shown.
Before Width: | Height: | Size: 55 KiB |
Loading…
Add table
Add a link
Reference in a new issue