diff options
author | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-04-16 21:14:16 +0200 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-04-22 11:54:16 +0200 |
commit | 1a8b211f7174c94fb25570a1c2a6318ffebe87db (patch) | |
tree | 2ec442323d89bb01302f10eacc4cad0e995914a6 /BoardConfigCommon.mk | |
parent | 34f48f43a2c24db0c45e34ae54edbf53b8d79af6 (diff) |
msm8996-common: Drop TARGET_USES_NEW_ION_API flag
* Deprecated
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index bff6435..92f14ad 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -119,7 +119,6 @@ TARGET_USES_C2D_COMPOSITION := true TARGET_USES_GRALLOC1 := true TARGET_USES_HWC2 := 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 |