Add initial MIC e-label for JP SKU of F10

Also remove the obsolete SKU files which migrate from old projects.

Bug: 260523986
Test: visual
Change-Id: Ie7932ae7cfa53ca449ede9d6ab7587ed26555993
This commit is contained in:
Yanting Yang 2022-11-29 18:16:43 +08:00
parent 127686852b
commit 8e7ca9aba0
5 changed files with 6 additions and 5 deletions

View file

@ -185,7 +185,8 @@ PRODUCT_PROPERTY_OVERRIDES += \
# PowerStats HAL
PRODUCT_SOONG_NAMESPACES += \
device/google/felix/powerstats/felix
device/google/felix/powerstats/felix \
device/google/felix
# Increment the SVN for any official public releases
PRODUCT_VENDOR_PROPERTIES += \
@ -242,7 +243,7 @@ PRODUCT_VENDOR_PROPERTIES += \
# SKU specific RROs
PRODUCT_PACKAGES += \
SettingsOverlayGPQ72
SettingsOverlayG0B96
# Trusty liboemcrypto.so
PRODUCT_SOONG_NAMESPACES += vendor/google_devices/felix/prebuilts

View file

@ -3,6 +3,6 @@ package {
}
runtime_resource_overlay {
name: "SettingsOverlayGPQ72",
name: "SettingsOverlayG0B96",
product_specific: true,
}

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<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" />
<overlay android:targetPackage="com.android.settings"
android:requiredSystemPropertyName="ro.boot.hardware.sku"
android:requiredSystemPropertyValue="GPQ72"
android:requiredSystemPropertyValue="G0B96"
android:isStatic="true" />
</manifest>

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB