blob: 0b9473f4abb0c28772594a827c3cf6233e1a2136 [file] [log] [blame]
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := ndk_out_hello
LOCAL_SRC_FILES := main.c
include $(BUILD_EXECUTABLE)