summaryrefslogtreecommitdiff
path: root/gralloc
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2017-05-26 22:06:58 -0700
committerJohn Stultz <john.stultz@linaro.org>2017-05-30 12:06:15 -0700
commit51d2a0d970ae4ff1df40aba24208f672b7cb8716 (patch)
tree76d8633c3a563940fe9bd7e4e41d058f31f40df1 /gralloc
parent16100f69b8b4444baa661307c5790eae039a1cc3 (diff)
downloadhikey-51d2a0d970ae4ff1df40aba24208f672b7cb8716.tar.gz
HiKey960: Properly integrate mali bifrost gralloc for HiKey960
This properly integrates the mali bifrost gralloc implementation for HiKey960. This change depends on a pristine libGLES_mali.so which needs an updated arm vendor package. However, after this change, the hisi vendor package is no longer necessary. Change-Id: I7a01911a911525ba6f2dae6cfb0adc1d22412c06 Signed-off-by: John Stultz <john.stultz@linaro.org>
Diffstat (limited to 'gralloc')
-rw-r--r--gralloc/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/gralloc/Android.mk b/gralloc/Android.mk
index d843436c..2191b7ea 100644
--- a/gralloc/Android.mk
+++ b/gralloc/Android.mk
@@ -30,7 +30,7 @@ LOCAL_SRC_FILES := \
alloc_device.cpp \
framebuffer_device.cpp
-LOCAL_MODULE := gralloc.$(TARGET_BOARD_PLATFORM)
+LOCAL_MODULE := gralloc.hikey
LOCAL_MODULE_RELATIVE_PATH := hw
include $(BUILD_SHARED_LIBRARY)