Snap for 8650624 from 4a75ac8bad
to udc-release
Change-Id: Ic1be8a557447568a6f0c93bf2122d4c533996433
This commit is contained in:
commit
c83a6fcfe4
3 changed files with 21 additions and 0 deletions
|
@ -1 +1,2 @@
|
|||
require board=cloudripper|ravenclaw|cheetah|panther
|
||||
require partition-exists=vendor_kernel_boot
|
||||
|
|
|
@ -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/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/pantah/proprietary/WallpapersCheetah.mk)
|
||||
|
||||
DEVICE_PACKAGE_OVERLAYS += device/google/pantah/cheetah/overlay
|
||||
|
||||
|
@ -274,3 +275,12 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
# Bluetooth AAC VBR
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
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/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/pantah/proprietary/WallpapersPanther.mk)
|
||||
|
||||
DEVICE_PACKAGE_OVERLAYS += device/google/pantah/panther/overlay
|
||||
|
||||
|
@ -261,3 +262,12 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
# Bluetooth AAC VBR
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue