Merge "sdm660_64: Enable avenhancements for sdm660"
This commit is contained in:
commit
28c9764bca
1 changed files with 5 additions and 8 deletions
13
sdm660_64.mk
Executable file → Normal file
13
sdm660_64.mk
Executable file → Normal file
|
@ -1,15 +1,8 @@
|
||||||
TARGET_USES_AOSP := true
|
TARGET_USES_AOSP := true
|
||||||
TARGET_USES_AOSP_FOR_AUDIO := true
|
|
||||||
TARGET_USES_QCOM_BSP := false
|
TARGET_USES_QCOM_BSP := false
|
||||||
|
|
||||||
ifeq ($(TARGET_USES_AOSP),true)
|
ifneq ($(TARGET_USES_AOSP),true)
|
||||||
TARGET_ENABLE_QC_AV_ENHANCEMENTS := false
|
|
||||||
TARGET_DISABLE_DASH := true
|
|
||||||
TARGET_USES_QTIC := false
|
|
||||||
else
|
|
||||||
DEVICE_PACKAGE_OVERLAYS := device/qcom/sdm660_64/overlay
|
DEVICE_PACKAGE_OVERLAYS := device/qcom/sdm660_64/overlay
|
||||||
TARGET_ENABLE_QC_AV_ENHANCEMENTS := true
|
|
||||||
TARGET_USES_QTIC := true
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Default vendor configuration.
|
# Default vendor configuration.
|
||||||
|
@ -23,6 +16,10 @@ ifeq ($(ENABLE_VENDOR_IMAGE), true)
|
||||||
TARGET_USES_QTIC := false
|
TARGET_USES_QTIC := false
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
TARGET_USES_AOSP_FOR_AUDIO := false
|
||||||
|
TARGET_ENABLE_QC_AV_ENHANCEMENTS := true
|
||||||
|
TARGET_DISABLE_DASH := true
|
||||||
|
|
||||||
TARGET_KERNEL_VERSION := 4.4
|
TARGET_KERNEL_VERSION := 4.4
|
||||||
BOARD_FRP_PARTITION_NAME := frp
|
BOARD_FRP_PARTITION_NAME := frp
|
||||||
BOARD_HAVE_QCOM_FM := false
|
BOARD_HAVE_QCOM_FM := false
|
||||||
|
|
Loading…
Reference in a new issue