From e79f743e5946f78304b87e3ca6c50b4fd00eb873 Mon Sep 17 00:00:00 2001 From: Ethan Chen Date: Mon, 24 Sep 2018 23:54:32 -0700 Subject: [PATCH] sanders: Drop custom display flags * TARGET_USES_OVERLAY and USE_OPENGL_RENDERER are largely deprecated Change-Id: If2892c83726c3558a96b28a8404f49982ebb9ba0 --- BoardConfig.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 02bc6da..a7ed51d 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -139,9 +139,7 @@ TARGET_USES_C2D_COMPOSITION := true TARGET_USES_GRALLOC1 := true TARGET_USES_ION := true TARGET_USES_HWC2 := true -TARGET_USES_OVERLAY := true TARGET_USES_NEW_ION_API := true -USE_OPENGL_RENDERER := true MAX_EGL_CACHE_KEY_SIZE := 12*1024 MAX_EGL_CACHE_SIZE := 2048*1024 TARGET_USES_C2D_COMPOSITION := true