aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNolen Johnson <johnsonnolen@gmail.com>2020-07-12 23:36:23 -0400
committerMichael Bestas <mkbestas@lineageos.org>2020-12-27 15:08:54 +0200
commit5ba3dcbf66a369c3f76b679aff2a40e09cf2bff0 (patch)
tree766fbb658e0375f30f3a2508da8648cd8a40ec64
parent90b8934b446d35861994ae4ffe82d1737ffd330a (diff)
sdm660-common: Kill deprecated/unneeded board flags
* MAX_EGL_CACHE_KEY_SIZE - Not used anywhere. * MAX_EGL_CACHE_SIZE - Not used anywhere. * PRODUCT_VENDOR_MOVE - No longer needed. * USE_OPENGL_RENDERER - Not used in any repos we build (msm8960 display HAL leftover). * BOARD_USES_QCNE - Only referenced in very old BSPs. Change-Id: I8d140fecdbbaac979bc8398745ffa95b911e4c89
-rw-r--r--BoardConfigCommon.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index bc1ae8e..e35d959 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -78,19 +78,12 @@ BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(COMMON_PATH)/bluetooth
# Camera
TARGET_USES_QTI_CAMERA_DEVICE := true
-# CNE and DPM
-BOARD_USES_QCNE := true
-
# Display
TARGET_USES_HWC2 := true
TARGET_USES_GRALLOC1 := true
TARGET_USES_ION := true
TARGET_USES_NEW_ION_API :=true
TARGET_USES_OVERLAY := true
-USE_OPENGL_RENDERER := true
-
-MAX_EGL_CACHE_KEY_SIZE := 12*1024
-MAX_EGL_CACHE_SIZE := 2048*1024
OVERRIDE_RS_DRIVER := libRSDriver_adreno.so
@@ -172,7 +165,6 @@ BOARD_PLAT_PRIVATE_SEPOLICY_DIR += $(COMMON_PATH)/sepolicy/private
# Treble
PRODUCT_FULL_TREBLE_OVERRIDE := true
-PRODUCT_VENDOR_MOVE_ENABLED := true
BOARD_VNDK_VERSION := current
# Wifi