msm8953-common: Split product, odm and vendor props

Signed-off-by: jeangraff30 <jeangraff30@gmail.com>
This commit is contained in:
Bruno Martins
2021-01-01 15:53:40 -03:00
committed by Jorge Lucas
parent 930acbbc84
commit 8c06c4ea22
6 changed files with 206 additions and 224 deletions

View File

@@ -178,6 +178,11 @@ TARGET_PER_MGR_ENABLED := true
# Power
TARGET_USES_INTERACTION_BOOST := true
# Properties
TARGET_ODM_PROP += $(COMMON_PATH)/odm.prop
TARGET_PRODUCT_PROP += $(COMMON_PATH)/product.prop
TARGET_VENDOR_PROP += $(COMMON_PATH)/vendor.prop
# Timeservice
BOARD_USES_QC_TIME_SERVICES := true