diff --git a/cat/system.prop b/cat/system.prop new file mode 100644 index 0000000..be31202 --- /dev/null +++ b/cat/system.prop @@ -0,0 +1,5 @@ +# Fixed Bluetooth audio +persist.bluetooth.bluetooth_audio_hal.disabled=true +persist.sys.bt.unsupport.features=00000000 +persist.sys.bt.unsupport.states=00000000 +persist.sys.bt.unsupport.stdfeatures=000001 diff --git a/cat/wephone/BoardConfig.mk b/cat/wephone/BoardConfig.mk index d231471..de6654a 100644 --- a/cat/wephone/BoardConfig.mk +++ b/cat/wephone/BoardConfig.mk @@ -15,7 +15,7 @@ BOARD_ROOT_EXTRA_SYMLINKS += /vendor/firmware_mnt:/firmware # no longer has QCOM-specific directories under /. # BOARD_SEPOLICY_DIRS += build/make/target/board/generic_arm64/sepolicy -TARGET_SYSTEM_PROP := device/nehemiah/wephone/system.prop $(TARGET_SYSTEM_PROP) +TARGET_SYSTEM_PROP := device/wephone/cat/system.prop $(TARGET_SYSTEM_PROP) ifeq ($(BOARD_SYSTEMIMAGE_PARTITION_RESERVED_SIZE),) BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2147483648