common: remove TARGET_USES_AOSP

This isn't used anywhere meaningful.

Change-Id: I4d860852c2a5b7da4e5948a4c8834c43c82c1bfe
This commit is contained in:
Jake Weinstein 2020-01-28 06:04:41 +01:00
parent 94b99b76ed
commit 8444453ffe
1 changed files with 0 additions and 7 deletions

View File

@ -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