sm6225-common: Build bluetooth AIDL implementation

Change-Id: I8e1b7ea18205edaf99fa4330143e3d7e6ddea8cc
diff --git a/common.mk b/common.mk
index 1758a68..780be0c 100644
--- a/common.mk
+++ b/common.mk
@@ -91,6 +91,14 @@
 
 $(call soong_config_set,android_hardware_audio,run_64bit,true)
 
+# Bluetooth
+PRODUCT_PACKAGES += \
+    android.hardware.bluetooth.audio-impl
+
+PRODUCT_COPY_FILES += \
+    frameworks/native/data/etc/android.hardware.bluetooth.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth.xml \
+    frameworks/native/data/etc/android.hardware.bluetooth_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth_le.xml
+
 # Boot control
 PRODUCT_PACKAGES += \
     android.hardware.boot-service.qti \