1LOCAL_PATH := $(call my-dir) 2 3include $(CLEAR_VARS) 4LOCAL_MODULE := test-yasm 5LOCAL_SRC_FILES := \ 6 test-yasm.c \ 7 print_hello.asm 8include $(BUILD_EXECUTABLE) 9
1LOCAL_PATH := $(call my-dir) 2 3include $(CLEAR_VARS) 4LOCAL_MODULE := test-yasm 5LOCAL_SRC_FILES := \ 6 test-yasm.c \ 7 print_hello.asm 8include $(BUILD_EXECUTABLE) 9