From e2c00ec807d6b116031bd2b8ce726c7d86ca35fa Mon Sep 17 00:00:00 2001 From: Koli Lin Date: Thu, 5 Sep 2024 08:20:16 +0000 Subject: [PATCH] Update product id for cheetah and panther Test: manual Bug: 316248308 Flag: EXEMPT prop value only update Change-Id: I94fe27c36cebd8dc444d3c0f1eeaa6564e0b215b --- device-cheetah.mk | 5 +++-- device-panther.mk | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/device-cheetah.mk b/device-cheetah.mk index ba27799..4bfe74a 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -466,12 +466,13 @@ PRODUCT_PRODUCT_PROPERTIES += \ ro.quick_start.device_id=cheetah # Bluetooth device id +# Cheetah: 0x410A PRODUCT_PRODUCT_PROPERTIES += \ - bluetooth.device_id.product_id=20490 + bluetooth.device_id.product_id=16650 # ETM ifneq (,$(RELEASE_ETM_IN_USERDEBUG_ENG)) ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT))) $(call inherit-product-if-exists, device/google/common/etm/device-userdebug-modules.mk) endif -endif +endif \ No newline at end of file diff --git a/device-panther.mk b/device-panther.mk index b58d280..a50f2ea 100644 --- a/device-panther.mk +++ b/device-panther.mk @@ -449,8 +449,9 @@ PRODUCT_PRODUCT_PROPERTIES += \ ro.quick_start.device_id=panther # Bluetooth device id +# Panther: 0x4109 PRODUCT_PRODUCT_PROPERTIES += \ - bluetooth.device_id.product_id=20489 + bluetooth.device_id.product_id=16649 # ETM ifneq (,$(RELEASE_ETM_IN_USERDEBUG_ENG))