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:
parent
ed46d4d345
commit
e2c00ec807
2 changed files with 5 additions and 3 deletions
|
@ -466,8 +466,9 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
ro.quick_start.device_id=cheetah
|
ro.quick_start.device_id=cheetah
|
||||||
|
|
||||||
# Bluetooth device id
|
# Bluetooth device id
|
||||||
|
# Cheetah: 0x410A
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
bluetooth.device_id.product_id=20490
|
bluetooth.device_id.product_id=16650
|
||||||
|
|
||||||
# ETM
|
# ETM
|
||||||
ifneq (,$(RELEASE_ETM_IN_USERDEBUG_ENG))
|
ifneq (,$(RELEASE_ETM_IN_USERDEBUG_ENG))
|
||||||
|
|
|
@ -449,8 +449,9 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
ro.quick_start.device_id=panther
|
ro.quick_start.device_id=panther
|
||||||
|
|
||||||
# Bluetooth device id
|
# Bluetooth device id
|
||||||
|
# Panther: 0x4109
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
bluetooth.device_id.product_id=20489
|
bluetooth.device_id.product_id=16649
|
||||||
|
|
||||||
# ETM
|
# ETM
|
||||||
ifneq (,$(RELEASE_ETM_IN_USERDEBUG_ENG))
|
ifneq (,$(RELEASE_ETM_IN_USERDEBUG_ENG))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue