Forráskód Böngészése

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 <[email protected]>
Yanting Yang 2 éve
szülő
commit
7e1739bad5

+ 7 - 1
device-lynx.mk

@@ -103,7 +103,9 @@ PRODUCT_COPY_FILES += \
 	device/google/lynx/powerhint.json:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.json
 	device/google/lynx/powerhint.json:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.json
 
 
 # PowerStats HAL
 # PowerStats HAL
-PRODUCT_SOONG_NAMESPACES += device/google/lynx/powerstats
+PRODUCT_SOONG_NAMESPACES += \
+    device/google/lynx/powerstats \
+    device/google/lynx
 
 
 # Bluetooth HAL and Pixel extension
 # Bluetooth HAL and Pixel extension
 include device/google/lynx/bluetooth/qti_default.mk
 include device/google/lynx/bluetooth/qti_default.mk
@@ -245,3 +247,7 @@ ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
     PRODUCT_COPY_FILES += \
     PRODUCT_COPY_FILES += \
         device/google/gs201/init.hardware.wlc.rc.userdebug:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.wlc.rc
         device/google/gs201/init.hardware.wlc.rc.userdebug:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.wlc.rc
 endif
 endif
+
+# SKU specific RROs
+PRODUCT_PACKAGES += \
+    SettingsOverlayG82U8

+ 8 - 0
lynx/overlay_packages/SettingsOverlayG82U8/Android.bp

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

+ 9 - 0
lynx/overlay_packages/SettingsOverlayG82U8/AndroidManifest.xml

@@ -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>

BIN
lynx/overlay_packages/SettingsOverlayG82U8/res/drawable/regulatory_info.png