1PRODUCT_SOONG_NAMESPACES += vendor/google/connectivity/bluetooth/common 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.pixel \ 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 12BOARD_SEPOLICY_DIRS += device/google/gs-common/bluetooth/sepolicy 13BOARD_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/powerstats 14 15DEVICE_MANIFEST_FILE += device/google/gs-common/bluetooth/manifest_bluetooth.xml 16DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/gs-common/bluetooth/compatibility_matrix.xml 17