1LOCAL_PATH := $(call my-dir) 2 3include $(CLEAR_VARS) 4LOCAL_MODULE := graphite-loop-transformation 5LOCAL_SRC_FILES := graphite-loop-transformation.c 6LOCAL_CFLAGS += -floop-interchange 7include $(BUILD_EXECUTABLE) 8