O6R4: Add hci_inject tool in user debug build
Bug: 228943442 Test: manually Change-Id: I42f7553f6cea54cf8c476bb886f4425ed702cdb5
This commit is contained in:
parent
a1bc91efb0
commit
9c27ad6042
2 changed files with 6 additions and 4 deletions
|
@ -80,9 +80,10 @@ PRODUCT_COPY_FILES += \
|
|||
$(LOCAL_PATH)/bluetooth_power_limits_GB7N6_EU.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits_GB7N6_EU.csv
|
||||
|
||||
|
||||
# Bluetooth SAR test tool
|
||||
# Bluetooth Hal Extension test tools
|
||||
PRODUCT_PACKAGES_DEBUG += \
|
||||
sar_test
|
||||
sar_test \
|
||||
hci_inject
|
||||
|
||||
# WirelessCharger
|
||||
DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/gs101/device_framework_matrix_product_wireless.xml
|
||||
|
|
|
@ -86,9 +86,10 @@ PRODUCT_COPY_FILES += \
|
|||
$(LOCAL_PATH)/bluetooth_power_limits_raven_jp.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits_JP.csv
|
||||
|
||||
|
||||
# Bluetooth SAR test tool
|
||||
# Bluetooth Hal Extension test tools
|
||||
PRODUCT_PACKAGES_DEBUG += \
|
||||
sar_test
|
||||
sar_test \
|
||||
hci_inject
|
||||
|
||||
# WirelessCharger
|
||||
DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/gs101/device_framework_matrix_product_wireless.xml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue