O6R4: Add hci_inject tool in user debug build am: 9c27ad6042
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/17607060 Change-Id: I72d994610d9edcaf5db9897c3780e698a3604c34 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
13704c43b4
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
|
$(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 += \
|
PRODUCT_PACKAGES_DEBUG += \
|
||||||
sar_test
|
sar_test \
|
||||||
|
hci_inject
|
||||||
|
|
||||||
# WirelessCharger
|
# WirelessCharger
|
||||||
DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/gs101/device_framework_matrix_product_wireless.xml
|
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
|
$(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 += \
|
PRODUCT_PACKAGES_DEBUG += \
|
||||||
sar_test
|
sar_test \
|
||||||
|
hci_inject
|
||||||
|
|
||||||
# WirelessCharger
|
# WirelessCharger
|
||||||
DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/gs101/device_framework_matrix_product_wireless.xml
|
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