diff options
author | Nolen Johnson <johnsonnolen@gmail.com> | 2020-07-13 19:00:10 -0400 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-12-27 15:17:30 +0200 |
commit | 28f574a2286497e92b25cca1403434270267866c (patch) | |
tree | 07f618223750fcbb4ca89dc7ff4e351fd62ee665 | |
parent | 983e307a023ae265575930cdbde7b8e0658771c5 (diff) |
sdm660-common: Remove deprecated TARGET_USES_OVERLAY
* This is defined nowhere in tree.
Change-Id: Ib82c10b46489af30c06dbe26b4aa73fd1fb15fc6
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 7f4bac8..7e850ed 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -83,7 +83,6 @@ TARGET_USES_HWC2 := true TARGET_USES_GRALLOC1 := true TARGET_USES_ION := true TARGET_USES_NEW_ION_API :=true -TARGET_USES_OVERLAY := true OVERRIDE_RS_DRIVER := libRSDriver_adreno.so |