summaryrefslogtreecommitdiff
authorXindong Xu <xindong.xu@amlogic.com>2018-03-29 02:12:44 (GMT)
committer Xindong Xu <xindong.xu@amlogic.com>2018-03-29 02:12:44 (GMT)
commit6ee50ab11464194f9d1e1d16728d99b3c108a4a5 (patch)
tree60f45426b107302034871e8cbb2834b6326802a4
parentb24d1e93164afa98a9ac7344a293478e424fe496 (diff)
downloadcurie-6ee50ab11464194f9d1e1d16728d99b3c108a4a5.zip
curie-6ee50ab11464194f9d1e1d16728d99b3c108a4a5.tar.gz
curie-6ee50ab11464194f9d1e1d16728d99b3c108a4a5.tar.bz2
hwui: dvalin support EGL_EXT_buffer_age extension [1/1]
PD#161198 dvalin support EGL_EXT_buffer_age extension Change-Id: I3b82ac92f1d0a96b9e36d8c3558c32f5ea66a41c
Diffstat
-rw-r--r--BoardConfig.mk1
-rw-r--r--curie.mk10
2 files changed, 3 insertions, 8 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index eb9ffc0..a14e828 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -111,7 +111,6 @@ TARGET_RECOVERY_UPDATER_EXTRA_LIBS += libenv libsystemcontrol_static
endif
include device/amlogic/common/sepolicy.mk
-include device/amlogic/common/gpu/mali450-user-$(TARGET_ARCH).mk
#MALLOC_IMPL := dlmalloc
WITH_DEXPREOPT := true
diff --git a/curie.mk b/curie.mk
index b72b4b5..f56ae29 100644
--- a/curie.mk
+++ b/curie.mk
@@ -378,10 +378,6 @@ PRODUCT_PACKAGES += \
android.hardware.boot@1.0-impl \
android.hardware.boot@1.0-service
endif
-#########################################################################
-#
-# OpenGLES Version
-#
-#########################################################################
-PRODUCT_PROPERTY_OVERRIDES += \
- ro.opengles.version=131072
+
+include device/amlogic/common/gpu/mali450-user-arm64.mk
+