android_mt6572_jiabo/ndk/tests/device/test-yasm/jni/Android.mk
2025-09-05 16:56:03 +08:00

8 lines
163 B
Makefile

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := test-yasm
LOCAL_SRC_FILES := \
test-yasm.c \
print_hello.asm
include $(BUILD_EXECUTABLE)