From 33c7540b74234cc60bc5d55e09c39dd54b9afe92 Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Sun, 7 Aug 2022 19:27:45 -0400 Subject: [PATCH] sm7325-common: Remove BSP specific flags Change-Id: Ie2673f2a9cbb0dc4626653e367a6c2d2ca3d9635 --- BoardConfigCommon.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 487db8d..b8fc200 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -112,14 +112,10 @@ TARGET_USE_QTI_BT_STACK := true # Display TARGET_USES_COLOR_METADATA := true TARGET_USES_DISPLAY_RENDER_INTENTS := true -TARGET_USES_DRM_PP := true TARGET_USES_GRALLOC1 := true TARGET_USES_GRALLOC4 := true TARGET_USES_HWC2 := true TARGET_USES_ION := true -TARGET_USES_QCOM_DISPLAY_BSP := true -TARGET_USES_QTI_MAPPER_2_0 := true -TARGET_USES_QTI_MAPPER_EXTENSIONS_1_1 := true # DRM TARGET_ENABLE_MEDIADRM_64 := true