From f0ec5dce0032eeef8109480f02c5aaa8621aabad Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Sun, 12 Jul 2020 23:36:23 -0400 Subject: [PATCH] msm8953-common: Kill deprecated/unneeded board flags * USE_OPENGL_RENDERER - Not used in any repos we build (msm8960 display HAL leftover). Change-Id: I8d140fecdbbaac979bc8398745ffa95b911e4c89 --- BoardConfigCommon.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 0cb8fe4..aecd2df 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -114,8 +114,6 @@ TARGET_USES_ION := true TARGET_USES_HWC2 := true TARGET_USES_GRALLOC1 := true -USE_OPENGL_RENDERER := true - # DRM TARGET_ENABLE_MEDIADRM_64 := true