exynos4: only build libEGL_mali if board flag is set

Change-Id: I04ec85e24be6af5497d49844626a2651e22084be
This commit is contained in:
Shilin Victor 2019-03-02 22:26:01 +03:00
parent fb016d5b6e
commit f54ba67557
1 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@
#
ifeq ($(TARGET_BOARD_PLATFORM),exynos4)
ifeq ($(TARGET_PROVIDES_LIBEGL_MALI),true)
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
@ -45,5 +46,5 @@ LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_RELATIVE_PATH := egl
include $(BUILD_SHARED_LIBRARY)
endif
endif