android: drop build of standalone glsl_compiler
authorRob Clark <robclark@freedesktop.org>
Wed, 25 May 2016 13:59:02 +0000 (09:59 -0400)
committerRob Clark <robclark@freedesktop.org>
Wed, 25 May 2016 20:31:15 +0000 (16:31 -0400)
It's only a tool for debugging the glsl compiler, and should not be
installed.

Signed-off-by: Rob Clark <robclark@freedesktop.org>
Tested-by: Rob Herring <robh@kernel.org>
Acked-by: Emil Velikov <emil.l.velikov@gmail.com>
src/compiler/Android.glsl.mk

index d9cf06d208fca84b001b86dd87fd2f97ec9a88cc..8184d2dc898d2ace3634be3a5475456b7d30f14e 100644 (file)
@@ -51,25 +51,3 @@ include $(LOCAL_PATH)/Android.glsl.gen.mk
 include $(MESA_COMMON_MK)
 include $(BUILD_STATIC_LIBRARY)
 
-# ---------------------------------------
-# Build glsl_compiler
-# ---------------------------------------
-
-include $(CLEAR_VARS)
-
-LOCAL_SRC_FILES := \
-       $(GLSL_COMPILER_CXX_FILES)
-
-LOCAL_C_INCLUDES := \
-       $(MESA_TOP)/src/mapi \
-       $(MESA_TOP)/src/mesa \
-       $(MESA_TOP)/src/gallium/include \
-       $(MESA_TOP)/src/gallium/auxiliary
-
-LOCAL_STATIC_LIBRARIES := libmesa_glsl libmesa_glsl_utils libmesa_util libmesa_compiler
-
-LOCAL_MODULE_TAGS := eng
-LOCAL_MODULE := glsl_compiler
-
-include $(MESA_COMMON_MK)
-include $(BUILD_EXECUTABLE)