summaryrefslogtreecommitdiff
authorXindong Xu <xindong.xu@amlogic.com>2018-03-29 02:12:21 (GMT)
committer Xindong Xu <xindong.xu@amlogic.com>2018-03-29 02:12:21 (GMT)
commite4e2039f5298571414d044b1ead9f3fa23dc6984 (patch)
tree72a0be718941462d65d4b5e9806ff5ca78b4539e
parent2ba9c4c4790e50a64e7c3c517d10a73c8798f8a3 (diff)
downloadbraun-e4e2039f5298571414d044b1ead9f3fa23dc6984.zip
braun-e4e2039f5298571414d044b1ead9f3fa23dc6984.tar.gz
braun-e4e2039f5298571414d044b1ead9f3fa23dc6984.tar.bz2
hwui: dvalin support EGL_EXT_buffer_age extension [1/1]
PD#161198 dvalin support EGL_EXT_buffer_age extension Change-Id: I0ea9739ebdba6d95cf074ea9cb5f046f0b5fc204
Diffstat
-rw-r--r--BoardConfig.mk1
-rw-r--r--braun.mk10
2 files changed, 3 insertions, 8 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index d070577..011ffc8 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/braun.mk b/braun.mk
index b7d7083..d5f8971 100644
--- a/braun.mk
+++ b/braun.mk
@@ -372,10 +372,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
+