diff options
author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-04-27 23:07:58 -0700 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-04-27 23:07:58 -0700 |
commit | 28c9764bca9a485b249e7e6e69042ca3d4d81112 (patch) | |
tree | f16f55771c122731db22d1a7343dc553fb4e3c94 | |
parent | e3808963d1ffe625dba62724df9e4f9dc3726a8c (diff) | |
parent | 295d84afd75c6027a173e298f3bfb8c7fe3197cf (diff) |
Merge "sdm660_64: Enable avenhancements for sdm660"
-rw-r--r--[-rwxr-xr-x] | sdm660_64.mk | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/sdm660_64.mk b/sdm660_64.mk index 1ca5754..4d8c3d6 100755..100644 --- a/sdm660_64.mk +++ b/sdm660_64.mk @@ -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 |