sm8250-common: Set ro.vendor.qti.va_odm.support=1
This commit is contained in:
parent
d7edaddf86
commit
362f88963b
2 changed files with 3 additions and 0 deletions
|
@ -61,6 +61,7 @@ TARGET_BOARD_PLATFORM := kona
|
|||
TARGET_BOARD_PLATFORM_GPU := qcom-adreno650
|
||||
|
||||
# Properties
|
||||
TARGET_ODM_PROP += $(COMMON_PATH)/odm.prop
|
||||
TARGET_PRODUCT_PROP += $(COMMON_PATH)/product.prop
|
||||
TARGET_SYSTEM_PROP += $(COMMON_PATH)/system.prop
|
||||
|
||||
|
|
2
odm.prop
Normal file
2
odm.prop
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Audio
|
||||
ro.vendor.qti.va_odm.support=1
|
Loading…
Reference in a new issue