Add initial MIC e-label for JP SKU of L10 am: cca9b00609 am: a19316c348

Original change: https://googleplex-android-review.googlesource.com/c/device/google/lynx/+/20020944

Change-Id: I9770976092498bf2774bd4edf2b1794c4ff4c901
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Yanting Yang
2022-09-22 11:19:57 +00:00
committed by Automerger Merge Worker
4 changed files with 24 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
runtime_resource_overlay {
name: "SettingsOverlayG82U8",
product_specific: true,
}

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.settings.overlay.g82u8">
<application android:hasCode="false" />
<overlay android:targetPackage="com.android.settings"
android:requiredSystemPropertyName="ro.boot.hardware.sku"
android:requiredSystemPropertyValue="G82U8"
android:isStatic="true" />
</manifest>

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB