common: remove TARGET_USES_AOSP
This isn't used anywhere meaningful. Change-Id: I4d860852c2a5b7da4e5948a4c8834c43c82c1bfe
This commit is contained in:
parent
94b99b76ed
commit
8444453ffe
|
@ -11,13 +11,6 @@ BOARD_USES_QCNE := true
|
||||||
|
|
||||||
TARGET_ENABLE_QC_AV_ENHANCEMENTS := true
|
TARGET_ENABLE_QC_AV_ENHANCEMENTS := true
|
||||||
|
|
||||||
# Set TARGET_USES_AOSP per platform following Qualcomm.
|
|
||||||
ifeq ($(call is-board-platform-in-list, msm8996 sdm660),true)
|
|
||||||
TARGET_USES_AOSP ?= true
|
|
||||||
else
|
|
||||||
TARGET_USES_AOSP ?= false
|
|
||||||
endif
|
|
||||||
|
|
||||||
TARGET_USES_AOSP_FOR_AUDIO ?= false
|
TARGET_USES_AOSP_FOR_AUDIO ?= false
|
||||||
TARGET_USES_QCOM_BSP ?= false
|
TARGET_USES_QCOM_BSP ?= false
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue