summaryrefslogtreecommitdiffstats
path: root/src/mesa/Android.libmesa_st_mesa.mk
diff options
context:
space:
mode:
authorRob Herring <[email protected]>2017-05-03 14:35:19 -0500
committerEmil Velikov <[email protected]>2017-05-11 13:52:21 +0100
commit2a2dabe1c330fea311505b453de58ddcd5488fcc (patch)
tree51ac113eaebc1a4957fba2c284a23c27e46a1514 /src/mesa/Android.libmesa_st_mesa.mk
parent88014bc0237ecba69a8a7c1e0f7094644e32c8a9 (diff)
Android: remove needless conditional including of child makefiles
It is not necessary to filter driver and winsys directories based on the list of enabled drivers. Selecting the included driver libraries or not is sufficient to control what is built. Signed-off-by: Rob Herring <[email protected]> Reviewed-by: Chih-Wei Huang <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mesa/Android.libmesa_st_mesa.mk')
-rw-r--r--src/mesa/Android.libmesa_st_mesa.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/Android.libmesa_st_mesa.mk b/src/mesa/Android.libmesa_st_mesa.mk
index 92df4ad2845..de2a60a70ed 100644
--- a/src/mesa/Android.libmesa_st_mesa.mk
+++ b/src/mesa/Android.libmesa_st_mesa.mk
@@ -24,8 +24,6 @@
# libmesa_st_mesa.a
# ----------------------------------------------------------------------
-ifeq ($(strip $(MESA_BUILD_GALLIUM)),true)
-
LOCAL_PATH := $(call my-dir)
# Import variables:
@@ -72,5 +70,3 @@ LOCAL_STATIC_LIBRARIES += libmesa_nir libmesa_glsl
include $(LOCAL_PATH)/Android.gen.mk
include $(MESA_COMMON_MK)
include $(BUILD_STATIC_LIBRARY)
-
-endif # MESA_BUILD_GALLIUM