diff options
author | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-04-16 21:14:16 +0200 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-12-27 15:17:56 +0200 |
commit | 99f6c09590ef00774b507995b544527021012b87 (patch) | |
tree | 21f9b558a14bc995bd451cd6b83ae0d52793456d /BoardConfigCommon.mk | |
parent | 28f574a2286497e92b25cca1403434270267866c (diff) |
sdm660-common: Drop TARGET_USES_NEW_ION_API flag
* Deprecated
Change-Id: Id50d6721cb1fb96bdb6d3ddb40b36a0147094b86
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 7e850ed..e38cdc0 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -82,7 +82,6 @@ TARGET_USES_QTI_CAMERA_DEVICE := true TARGET_USES_HWC2 := true TARGET_USES_GRALLOC1 := true TARGET_USES_ION := true -TARGET_USES_NEW_ION_API :=true OVERRIDE_RS_DRIVER := libRSDriver_adreno.so |