summaryrefslogtreecommitdiff
authorXindong Xu <xindong.xu@amlogic.com>2018-06-12 02:22:30 (GMT)
committer Xindong Xu <xindong.xu@amlogic.com>2018-06-12 02:22:30 (GMT)
commit6956dc6bde7e080dceac8bf4bc1e8d2c6317c9de (patch)
tree6d7f174185cd5f40d4eb2c01275dba2e791d8735
parent22384736ed172ca40242c235180337c362558ab4 (diff)
downloaddarwin-6956dc6bde7e080dceac8bf4bc1e8d2c6317c9de.zip
darwin-6956dc6bde7e080dceac8bf4bc1e8d2c6317c9de.tar.gz
darwin-6956dc6bde7e080dceac8bf4bc1e8d2c6317c9de.tar.bz2
darwin: change gpu to gralloc1 API [2/4]
PD# 168165 change gpu to gralloc1 API Change-Id: If2fde4e7d3aeca004452aad5c7ffd2142ac4d4df
Diffstat
-rw-r--r--BoardConfig.mk1
-rw-r--r--[-rwxr-xr-x]darwin.mk10
2 files changed, 3 insertions, 8 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index e36cbc8..bf62f10 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -110,7 +110,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/darwin.mk b/darwin.mk
index bed3dc0..3fd5852 100755..100644
--- a/darwin.mk
+++ b/darwin.mk
@@ -358,10 +358,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
+