From 28da0d6922b32985949eabce7de9a329c18cae83 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Tue, 5 Apr 2016 14:48:20 +0100 Subject: compiler: android: flesh out nir into separate makefile Signed-off-by: Emil Velikov Acked-by: Jason Ekstrand --- src/compiler/Android.mk | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) (limited to 'src/compiler/Android.mk') diff --git a/src/compiler/Android.mk b/src/compiler/Android.mk index 6c3a855228..ac0ced5833 100644 --- a/src/compiler/Android.mk +++ b/src/compiler/Android.mk @@ -43,27 +43,6 @@ LOCAL_MODULE := libmesa_compiler include $(MESA_COMMON_MK) include $(BUILD_STATIC_LIBRARY) -# --------------------------------------- -# Build libmesa_nir -# --------------------------------------- - -include $(CLEAR_VARS) - -LOCAL_SRC_FILES := \ - $(NIR_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_compiler - -LOCAL_MODULE := libmesa_nir - -include $(LOCAL_PATH)/Android.gen.mk -include $(MESA_COMMON_MK) -include $(BUILD_STATIC_LIBRARY) - include $(LOCAL_PATH)/Android.glsl.mk + +include $(LOCAL_PATH)/Android.nir.mk -- cgit v1.2.3