hikey32/64: Be sure to include mali blobs in hikey64_only and hikey32 targets
am: 83c0e2d75c

Change-Id: Ida20915a1ba0f6a5fc8361804cf6e5ed52324c7d
diff --git a/mali/utgard/Android.mk b/mali/utgard/Android.mk
index 09aaf31..071cdd2 100644
--- a/mali/utgard/Android.mk
+++ b/mali/utgard/Android.mk
@@ -1,4 +1,4 @@
-ifneq ($(filter hikey, $(TARGET_DEVICE)),)
+ifneq ($(filter hikey hikey64 hikey32, $(TARGET_DEVICE)),)
 LOCAL_PATH := $(call my-dir)
 
 include $(CLEAR_VARS)