Try build
This commit is contained in:
parent
2102d14be2
commit
a89a273a58
5
ttp/system.prop
Normal file
5
ttp/system.prop
Normal 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
|
@ -21,3 +21,11 @@ BOARD_ROOT_EXTRA_SYMLINKS += /vendor/firmware_mnt/verinfo:/firmware/verinfo
|
|||||||
# TODO(b/36764215): remove this setting when the generic system image
|
# TODO(b/36764215): remove this setting when the generic system image
|
||||||
# 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
|
||||||
|
|
||||||
|
ifeq ($(BOARD_SYSTEMIMAGE_PARTITION_RESERVED_SIZE),)
|
||||||
|
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2147483648
|
||||||
|
else
|
||||||
|
BOARD_SYSTEMIMAGE_PARTITION_RESERVED_SIZE := 33554432
|
||||||
|
endif
|
||||||
|
|
||||||
|
TARGET_SYSTEM_PROP := device/wephone/ttp/system.prop $(TARGET_SYSTEM_PROP)
|
||||||
|
@ -2,8 +2,8 @@ include build/make/target/product/aosp_arm64_ab.mk
|
|||||||
|
|
||||||
PRODUCT_NAME := ttp
|
PRODUCT_NAME := ttp
|
||||||
PRODUCT_DEVICE := titan_pocket
|
PRODUCT_DEVICE := titan_pocket
|
||||||
PRODUCT_BRAND := wephone
|
#PRODUCT_BRAND := wephone
|
||||||
PRODUCT_MODEL := weOs on TTP
|
#PRODUCT_MODEL := weOs on TTP
|
||||||
|
|
||||||
# This is for a device
|
# This is for a device
|
||||||
PRODUCT_CHARACTERISTICS := device
|
PRODUCT_CHARACTERISTICS := device
|
||||||
|
Loading…
x
Reference in New Issue
Block a user