Update product id for cheetah and panther

Test: manual
Bug: 316248308
Flag: EXEMPT prop value only update
Change-Id: I94fe27c36cebd8dc444d3c0f1eeaa6564e0b215b
This commit is contained in:
Koli Lin 2024-09-05 08:20:16 +00:00
parent ed46d4d345
commit e2c00ec807
2 changed files with 5 additions and 3 deletions

View file

@ -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

View file

@ -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))