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