blob: bce5f71cb5a6d22662939f224566e9ccc2ac740a [file] [log] [blame]
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := test-yasm
LOCAL_SRC_FILES := \
test-yasm.c \
print_hello_$(TARGET_ARCH_ABI).asm
include $(BUILD_EXECUTABLE)