LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE := ndk_out_hello LOCAL_SRC_FILES := main.c include $(BUILD_EXECUTABLE)