Bluetooth: Add sar_test in userdebug build am: 4dec5367a1 am: 59748fcfde am: b3d2d88016

Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/15297638

Change-Id: I2371d90572d63b09895672b3f9d37864fd29bf32
diff --git a/device-oriole.mk b/device-oriole.mk
index 4cfaba3..99cd6ea 100644
--- a/device-oriole.mk
+++ b/device-oriole.mk
@@ -64,6 +64,10 @@
 PRODUCT_COPY_FILES += \
     $(LOCAL_PATH)/bluetooth_power_limits_oriole.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits.csv
 
+# Bluetooth SAR test tool
+PRODUCT_PACKAGES_DEBUG += \
+    sar_test
+
 # MIPI Coex Configs
 PRODUCT_COPY_FILES += \
     device/google/raviole/radio/oriole_display_mipi_coex_table.csv:$(TARGET_COPY_OUT_VENDOR)/etc/modem/display_primary_mipi_coex_table.csv \
diff --git a/device-raven.mk b/device-raven.mk
index ebe8226..241ab91 100644
--- a/device-raven.mk
+++ b/device-raven.mk
@@ -70,6 +70,10 @@
 PRODUCT_COPY_FILES += \
     $(LOCAL_PATH)/bluetooth_power_limits_raven.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits.csv
 
+# Bluetooth SAR test tool
+PRODUCT_PACKAGES_DEBUG += \
+    sar_test
+
 # Camera
 PRODUCT_COPY_FILES += \
 	device/google/raviole/media_profiles_raven.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml