Revert "Roll NDK to r11c and extract it into its own repository."
[android_tools.git] / ndk / tests / device / test-yasm / jni / Android.mk
blob26b6fa7bc60a82ec83a03878188df785617a8321
1 LOCAL_PATH := $(call my-dir)
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)