Add initial MIC e-label for JP SKU of L10
Bug: 238038220 Test: visual Change-Id: I880bb59217f59af352dfab25e5844e54b49bdf38
This commit is contained in:

committed by
TreeHugger Robot

parent
5b9468e287
commit
cca9b00609
8
lynx/overlay_packages/SettingsOverlayG82U8/Android.bp
Normal file
8
lynx/overlay_packages/SettingsOverlayG82U8/Android.bp
Normal file
@@ -0,0 +1,8 @@
|
||||
package {
|
||||
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||
}
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "SettingsOverlayG82U8",
|
||||
product_specific: true,
|
||||
}
|
@@ -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 |
Reference in New Issue
Block a user