Snap for 8650774 from e926abb1ca
to tm-qpr1-release
Change-Id: I994ae317ff2285c6219350ac7c277b0a2569af92
This commit is contained in:
commit
dad8fb1ab7
5 changed files with 38 additions and 0 deletions
|
@ -1 +1,2 @@
|
||||||
require board=cloudripper|ravenclaw|cheetah|panther
|
require board=cloudripper|ravenclaw|cheetah|panther
|
||||||
|
require partition-exists=vendor_kernel_boot
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- These resources are around just to allow their values to be customized
|
||||||
|
for different hardware and product builds. -->
|
||||||
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||||
|
|
||||||
|
<!-- set this to ./DevInfo/Mod -->
|
||||||
|
<string translatable="false" name="config_devinfo_model">GE2AE</string>
|
||||||
|
</resources>
|
||||||
|
|
|
@ -22,6 +22,7 @@ $(call inherit-product-if-exists, vendor/google_devices/gs201/prebuilts/device-v
|
||||||
$(call inherit-product-if-exists, vendor/google_devices/gs201/proprietary/device-vendor.mk)
|
$(call inherit-product-if-exists, vendor/google_devices/gs201/proprietary/device-vendor.mk)
|
||||||
$(call inherit-product-if-exists, vendor/google_devices/pantah/proprietary/cheetah/device-vendor-cheetah.mk)
|
$(call inherit-product-if-exists, vendor/google_devices/pantah/proprietary/cheetah/device-vendor-cheetah.mk)
|
||||||
$(call inherit-product-if-exists, vendor/google_devices/cheetah/proprietary/device-vendor.mk)
|
$(call inherit-product-if-exists, vendor/google_devices/cheetah/proprietary/device-vendor.mk)
|
||||||
|
$(call inherit-product-if-exists, vendor/google_devices/pantah/proprietary/WallpapersCheetah.mk)
|
||||||
|
|
||||||
DEVICE_PACKAGE_OVERLAYS += device/google/pantah/cheetah/overlay
|
DEVICE_PACKAGE_OVERLAYS += device/google/pantah/cheetah/overlay
|
||||||
|
|
||||||
|
@ -275,3 +276,12 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
# Bluetooth AAC VBR
|
# Bluetooth AAC VBR
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
persist.bluetooth.a2dp_aac.vbr_supported=true
|
persist.bluetooth.a2dp_aac.vbr_supported=true
|
||||||
|
|
||||||
|
# Override BQR mask to enable LE Audio Choppy report
|
||||||
|
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||||
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
persist.bluetooth.bqr.event_mask=262238
|
||||||
|
else
|
||||||
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
persist.bluetooth.bqr.event_mask=94
|
||||||
|
endif
|
||||||
|
|
|
@ -22,6 +22,7 @@ $(call inherit-product-if-exists, vendor/google_devices/gs201/prebuilts/device-v
|
||||||
$(call inherit-product-if-exists, vendor/google_devices/gs201/proprietary/device-vendor.mk)
|
$(call inherit-product-if-exists, vendor/google_devices/gs201/proprietary/device-vendor.mk)
|
||||||
$(call inherit-product-if-exists, vendor/google_devices/pantah/proprietary/panther/device-vendor-panther.mk)
|
$(call inherit-product-if-exists, vendor/google_devices/pantah/proprietary/panther/device-vendor-panther.mk)
|
||||||
$(call inherit-product-if-exists, vendor/google_devices/panther/proprietary/device-vendor.mk)
|
$(call inherit-product-if-exists, vendor/google_devices/panther/proprietary/device-vendor.mk)
|
||||||
|
$(call inherit-product-if-exists, vendor/google_devices/pantah/proprietary/WallpapersPanther.mk)
|
||||||
|
|
||||||
DEVICE_PACKAGE_OVERLAYS += device/google/pantah/panther/overlay
|
DEVICE_PACKAGE_OVERLAYS += device/google/pantah/panther/overlay
|
||||||
|
|
||||||
|
@ -262,3 +263,12 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
# Bluetooth AAC VBR
|
# Bluetooth AAC VBR
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
persist.bluetooth.a2dp_aac.vbr_supported=true
|
persist.bluetooth.a2dp_aac.vbr_supported=true
|
||||||
|
|
||||||
|
# Override BQR mask to enable LE Audio Choppy report
|
||||||
|
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||||
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
persist.bluetooth.bqr.event_mask=262238
|
||||||
|
else
|
||||||
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
persist.bluetooth.bqr.event_mask=94
|
||||||
|
endif
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- These resources are around just to allow their values to be customized
|
||||||
|
for different hardware and product builds. -->
|
||||||
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||||
|
|
||||||
|
<!-- set this to ./DevInfo/Mod -->
|
||||||
|
<string translatable="false" name="config_devinfo_model">GQML3</string>
|
||||||
|
</resources>
|
Loading…
Add table
Add a link
Reference in a new issue