From 660876d49f62c790a869423f9bb0150aecc24d9c Mon Sep 17 00:00:00 2001 From: Ethan Chen Date: Mon, 24 Sep 2018 23:54:32 -0700 Subject: [PATCH] sdm660-common: BoardConfig: Drop custom display flags * TARGET_USES_NEW_ION_API, TARGET_USES_OVERLAY are largely deprecated. Change-Id: If2892c83726c3558a96b28a8404f49982ebb9ba0 --- BoardConfigCommon.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index eea03be3..90808347 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -152,8 +152,6 @@ TARGET_FORCE_HWC_FOR_VIRTUAL_DISPLAYS := true TARGET_USES_HWC2 := true TARGET_USES_GRALLOC1 := true TARGET_USES_ION := true -TARGET_USES_NEW_ION_API :=true -TARGET_USES_OVERLAY := true MAX_EGL_CACHE_KEY_SIZE := 12*1024 MAX_EGL_CACHE_SIZE := 2048*1024