Merge "sdm660_64: Enable avenhancements for sdm660"

This commit is contained in:
Linux Build Service Account 2017-04-27 23:07:58 -07:00 committed by Gerrit - the friendly Code Review server
commit 28c9764bca

13
sdm660_64.mk Executable file → Normal file
View file

@ -1,15 +1,8 @@
TARGET_USES_AOSP := true
TARGET_USES_AOSP_FOR_AUDIO := true
TARGET_USES_QCOM_BSP := false
ifeq ($(TARGET_USES_AOSP),true)
TARGET_ENABLE_QC_AV_ENHANCEMENTS := false
TARGET_DISABLE_DASH := true
TARGET_USES_QTIC := false
else
ifneq ($(TARGET_USES_AOSP),true)
DEVICE_PACKAGE_OVERLAYS := device/qcom/sdm660_64/overlay
TARGET_ENABLE_QC_AV_ENHANCEMENTS := true
TARGET_USES_QTIC := true
endif
# Default vendor configuration.
@ -23,6 +16,10 @@ ifeq ($(ENABLE_VENDOR_IMAGE), true)
TARGET_USES_QTIC := false
endif
TARGET_USES_AOSP_FOR_AUDIO := false
TARGET_ENABLE_QC_AV_ENHANCEMENTS := true
TARGET_DISABLE_DASH := true
TARGET_KERNEL_VERSION := 4.4
BOARD_FRP_PARTITION_NAME := frp
BOARD_HAVE_QCOM_FM := false