sm6250-common: create dummy property files

This commit is contained in:
Demon000 2020-07-06 02:10:57 +03:00
parent 453a236973
commit db8ed7dc9c
4 changed files with 5 additions and 0 deletions

View File

@ -108,6 +108,11 @@ BOARD_FLASH_BLOCK_SIZE := 131072
# Platform
TARGET_BOARD_PLATFORM := atoll
# Properties
TARGET_PRODUCT_PROP += $(COMMON_PATH)/product.prop
TARGET_SYSTEM_PROP += $(COMMON_PATH)/system.prop
TARGET_VENDOR_PROP += $(COMMON_PATH)/vendor.prop
# QCOM
BOARD_USES_QCOM_HARDWARE := true

0
product.prop Normal file
View File

0
system.prop Normal file
View File

0
vendor.prop Normal file
View File