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:
Koli Lin 2024-09-05 08:20:53 +00:00
parent e0fcb2d3ba
commit bad1fd4649
2 changed files with 4 additions and 2 deletions

View file

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

View file

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