diff options
Diffstat (limited to 'src/mesa/Android.mk')
-rw-r--r-- | src/mesa/Android.mk | 33 |
1 files changed, 1 insertions, 32 deletions
diff --git a/src/mesa/Android.mk b/src/mesa/Android.mk index 552378142c4..dad2b9a6cf1 100644 --- a/src/mesa/Android.mk +++ b/src/mesa/Android.mk @@ -113,35 +113,4 @@ include $(BUILD_STATIC_LIBRARY) endif # MESA_BUILD_CLASSIC -# --------------------------------------- -# Build libmesa_glsl_utils -# -# It is used to avoid circular dependency between core mesa and glsl. -# --------------------------------------- - -include $(CLEAR_VARS) - -LOCAL_SRC_FILES := \ - program/hash_table.c \ - program/symbol_table.c - -LOCAL_MODULE := libmesa_glsl_utils - -include $(MESA_COMMON_MK) -include $(BUILD_STATIC_LIBRARY) - -# --------------------------------------- -# Build libmesa_glsl_utils for host -# --------------------------------------- - -include $(CLEAR_VARS) - -LOCAL_SRC_FILES := \ - program/hash_table.c \ - program/symbol_table.c - -LOCAL_MODULE := libmesa_glsl_utils -LOCAL_IS_HOST_MODULE := true - -include $(MESA_COMMON_MK) -include $(BUILD_HOST_STATIC_LIBRARY) +include $(LOCAL_PATH)/Android.libmesa_glsl_utils.mk |