Change path to system.prop

This commit is contained in:
Nehemiah of Zebulun 2023-10-05 12:06:36 -04:00
parent 3d6ac2983d
commit a3b9f9fff1
2 changed files with 6 additions and 1 deletions

5
cat/system.prop Normal file
View File

@ -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

View File

@ -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