Snap for 9354100 from d462bfc9a2
to udc-release
Change-Id: Ica487a11e559beb5acbcdbab4c4c92cfd6464559
This commit is contained in:
commit
60982a06ac
9 changed files with 18 additions and 7 deletions
|
@ -194,7 +194,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 += \
|
||||
|
@ -233,7 +234,7 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
|
||||
# SKU specific RROs
|
||||
PRODUCT_PACKAGES += \
|
||||
SettingsOverlayGPQ72
|
||||
SettingsOverlayG0B96
|
||||
|
||||
# Trusty liboemcrypto.so
|
||||
PRODUCT_SOONG_NAMESPACES += vendor/google_devices/felix/prebuilts
|
||||
|
@ -267,6 +268,11 @@ endif
|
|||
PRODUCT_PACKAGES += \
|
||||
WifiOverlay2023Mid_F10
|
||||
|
||||
# MIPI Coex Configs
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/felix/felix/radio/felix_camera_front_mipi_coex_table.csv:$(TARGET_COPY_OUT_VENDOR)/etc/modem/camera_front_mipi_coex_table.csv \
|
||||
device/google/felix/felix/radio/felix_display_secondary_mipi_coex_table.csv:$(TARGET_COPY_OUT_VENDOR)/etc/modem/display_secondary_mipi_coex_table.csv
|
||||
|
||||
PRODUCT_SOONG_NAMESPACES += device/google/felix
|
||||
|
||||
DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/felix/device_framework_matrix_product_felix.xml
|
||||
|
|
|
@ -3,6 +3,6 @@ package {
|
|||
}
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "SettingsOverlayGPQ72",
|
||||
name: "SettingsOverlayG0B96",
|
||||
product_specific: true,
|
||||
}
|
|
@ -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 |
3
felix/radio/felix_camera_front_mipi_coex_table.csv
Normal file
3
felix/radio/felix_camera_front_mipi_coex_table.csv
Normal file
|
@ -0,0 +1,3 @@
|
|||
706560,718850
|
||||
|
||||
2417000,2452000,706560
|
|
4
felix/radio/felix_display_secondary_mipi_coex_table.csv
Normal file
4
felix/radio/felix_display_secondary_mipi_coex_table.csv
Normal file
|
@ -0,0 +1,4 @@
|
|||
730000,670000
|
||||
|
||||
1810000,1835000,670000
|
||||
720000,740000,670000
|
|
|
@ -35,7 +35,6 @@
|
|||
SuplVersion="2"
|
||||
SuplMinorVersion="0"
|
||||
SuplOtdoaCapable="true"
|
||||
SuplOtdoaCapable2="true"
|
||||
SuplGlonassCapable = "true"
|
||||
SuplGalileoCapable = "true"
|
||||
SuplBdsCapable = "true"
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
SuplVersion="2"
|
||||
SuplMinorVersion="0"
|
||||
SuplOtdoaCapable="true"
|
||||
SuplOtdoaCapable2="true"
|
||||
SuplGlonassCapable = "true"
|
||||
SuplGalileoCapable = "true"
|
||||
SuplBdsCapable = "true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue