From 893479de32780af95e99a9194590bf90ad5a86f7 Mon Sep 17 00:00:00 2001 From: Patty Huang Date: Fri, 20 May 2022 11:58:16 +0800 Subject: [PATCH 1/3] BQR: Enable LE Audio Choppy Event Report Set the Bit 6 to true to enable the LE Audio Choppy Event Report Bug: 233553754 Tag: #feature Test: Verified the LE Audio Choppy Event will be reported Change-Id: I8b193e9d51cde49b8494fa4f0e0a0cea3b77f2ff --- device-cheetah.mk | 9 +++++++++ device-panther.mk | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/device-cheetah.mk b/device-cheetah.mk index e806bc8..6e5ec3c 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -275,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 diff --git a/device-panther.mk b/device-panther.mk index c34458c..e75aa90 100644 --- a/device-panther.mk +++ b/device-panther.mk @@ -262,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 From 192fec00d4fa5ee10f0b9a3f6cf5ccb8c08b8591 Mon Sep 17 00:00:00 2001 From: Lucas Wei Date: Mon, 11 Apr 2022 18:00:09 +0800 Subject: [PATCH 2/3] pantah: add requirement for vendor_kernel_boot partition Bug: 214409109 Signed-off-by: Lucas Wei Change-Id: I756d2bbc730b5901bfe30d415bf519937e8b1ab0 --- board-info.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/board-info.txt b/board-info.txt index b06c65a..90cc197 100644 --- a/board-info.txt +++ b/board-info.txt @@ -1 +1,2 @@ require board=cloudripper|ravenclaw|cheetah|panther +require partition-exists=vendor_kernel_boot From 53d71ce5508a4f56484d629a1ef161dace3317a1 Mon Sep 17 00:00:00 2001 From: Ching-Sung Li Date: Thu, 26 May 2022 14:38:51 +0800 Subject: [PATCH 3/3] Build C10/P10 default CMF color wallpaper Bug: 193776159 Test: Build pass; Manual Change-Id: I0b5bd5684420ad5e9b0bca1a328a921b777c78fe --- device-cheetah.mk | 1 + device-panther.mk | 1 + 2 files changed, 2 insertions(+) diff --git a/device-cheetah.mk b/device-cheetah.mk index 6e5ec3c..b15b03c 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -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 diff --git a/device-panther.mk b/device-panther.mk index e75aa90..9fd7289 100644 --- a/device-panther.mk +++ b/device-panther.mk @@ -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