mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-06 21:55:41 +00:00
exynos4: only build libEGL_mali if board flag is set
Change-Id: I04ec85e24be6af5497d49844626a2651e22084be
This commit is contained in:
parent
fb016d5b6e
commit
f54ba67557
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue