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>
diff --git a/gralloc/Android.mk b/gralloc/Android.mk
index d843436..2191b7e 100644
--- a/gralloc/Android.mk
+++ b/gralloc/Android.mk
@@ -30,7 +30,7 @@
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)