Home | History | Annotate | Download | only in jni
      1 LOCAL_PATH := $(call my-dir)
      2 
      3 include $(CLEAR_VARS)
      4 LOCAL_MODULE := test-yasm
      5 LOCAL_SRC_FILES := \
      6    test-yasm.c \
      7    print_hello.asm
      8 include $(BUILD_EXECUTABLE)
      9