Let's get going

This commit is contained in:
Nehemiah of Zebulun 2023-12-14 20:53:20 -05:00
parent 9a986ce1ba
commit 2091f04cb8
2 changed files with 4 additions and 1 deletions

View File

@ -2,4 +2,5 @@
persist.bluetooth.bluetooth_audio_hal.disabled=true persist.bluetooth.bluetooth_audio_hal.disabled=true
persist.sys.bt.unsupport.features=00000000 persist.sys.bt.unsupport.features=00000000
persist.sys.bt.unsupport.states=00000000 persist.sys.bt.unsupport.states=00000000
persist.sys.bt.unsupport.stdfeatures=000001 persist.sys.bt.unsupport.stdfeatures=000001
qemu.hw.mainkeys=1

View File

@ -19,6 +19,8 @@ BOARD_ROOT_EXTRA_SYMLINKS += /vendor/lib/dsp:/dsp
# no longer has QCOM-specific directories under /. # no longer has QCOM-specific directories under /.
BOARD_SEPOLICY_DIRS += build/make/target/board/generic_arm64/sepolicy BOARD_SEPOLICY_DIRS += build/make/target/board/generic_arm64/sepolicy
TARGET_SYSTEM_PROP := device/wephone/ttp/system.prop $(TARGET_SYSTEM_PROP)
ifeq ($(BOARD_SYSTEMIMAGE_PARTITION_RESERVED_SIZE),) ifeq ($(BOARD_SYSTEMIMAGE_PARTITION_RESERVED_SIZE),)
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2147483648 BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2147483648
else else