Update product id for oriole and raven
Test: manual Bug: 316248308 Flag: EXEMPT prop value only update Change-Id: Icf766314c7b23ed6cee0cf70eba5fe796d99a8b5
This commit is contained in:
parent
e0fcb2d3ba
commit
bad1fd4649
2 changed files with 4 additions and 2 deletions
|
@ -345,8 +345,9 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
|||
PRODUCT_AVF_REMOTE_ATTESTATION_DISABLED := true
|
||||
|
||||
# Bluetooth device id
|
||||
# Oriole: 0x4106
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
bluetooth.device_id.product_id=20486
|
||||
bluetooth.device_id.product_id=16646
|
||||
|
||||
# ETM
|
||||
ifneq (,$(RELEASE_ETM_IN_USERDEBUG_ENG))
|
||||
|
|
|
@ -355,8 +355,9 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
|||
PRODUCT_AVF_REMOTE_ATTESTATION_DISABLED := true
|
||||
|
||||
# Bluetooth device id
|
||||
# Raven: 0x4107
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
bluetooth.device_id.product_id=20487
|
||||
bluetooth.device_id.product_id=16647
|
||||
|
||||
# ETM
|
||||
ifneq (,$(RELEASE_ETM_IN_USERDEBUG_ENG))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue