Snap for 9606726 from 093f54e976 to tm-qpr3-release

Change-Id: I6319e34c252c7311fec02253a41854bd303330ad
Tento commit je obsažen v:
Android Build Coastguard Worker
2023-02-15 00:02:20 +00:00
11 změnil soubory, kde provedl 56 přidání a 1 odebrání

Zobrazit soubor

@@ -269,4 +269,8 @@ endif
# SKU specific RROs
PRODUCT_PACKAGES += \
SettingsOverlayG82U8
SettingsOverlayG82U8 \
SettingsOverlayG0DZQ \
SettingsOverlayGHL1X \
SettingsOverlayGWKK3

Zobrazit soubor

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

Zobrazit soubor

@@ -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.g0dzq">
<application android:hasCode="false" />
<overlay android:targetPackage="com.android.settings"
android:requiredSystemPropertyName="ro.boot.hardware.sku"
android:requiredSystemPropertyValue="G0DZQ"
android:isStatic="true" />
</manifest>

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 371 KiB

Binární soubor nebyl zobrazen.

Před

Šířka:  |  Výška:  |  Velikost: 230 KiB

Za

Šířka:  |  Výška:  |  Velikost: 950 KiB

Zobrazit soubor

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

Zobrazit soubor

@@ -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.ghl1x">
<application android:hasCode="false" />
<overlay android:targetPackage="com.android.settings"
android:requiredSystemPropertyName="ro.boot.hardware.sku"
android:requiredSystemPropertyValue="GHL1X"
android:isStatic="true" />
</manifest>

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 1.4 MiB

Zobrazit soubor

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

Zobrazit soubor

@@ -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.gwkk3">
<application android:hasCode="false" />
<overlay android:targetPackage="com.android.settings"
android:requiredSystemPropertyName="ro.boot.hardware.sku"
android:requiredSystemPropertyValue="GWKK3"
android:isStatic="true" />
</manifest>

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 220 KiB