1PRODUCT_SOONG_NAMESPACES += vendor/broadcom/bluetooth 2PRODUCT_PACKAGES += \ 3 android.hardware.bluetooth-V1-ndk.so \ 4 android.hardware.bluetooth-service.bcmbtlinux \ 5 vendor.google.bluetooth_ext-V1-ndk.so \ 6 bt_vendor.conf \ 7 android.hardware.bluetooth.prebuilt.xml \ 8 android.hardware.bluetooth_le.prebuilt.xml 9 10 11BOARD_SEPOLICY_DIRS += device/google/gs-common/bcmbt/sepolicy 12 13DEVICE_MANIFEST_FILE += device/google/gs-common/bcmbt/manifest_bluetooth.xml 14DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/gs-common/bcmbt/compatibility_matrix.xml 15