Skip to content

Instantly share code, notes, and snippets.

@huhuang03
Created March 13, 2017 15:02
Show Gist options
  • Save huhuang03/f170d63b3cd9b1c4b53c1aed42f7d717 to your computer and use it in GitHub Desktop.
Save huhuang03/f170d63b3cd9b1c4b53c1aed42f7d717 to your computer and use it in GitHub Desktop.
LOCAL_MODUEL := HelloWorld # 生成的模块名称
LOCAL_SRC_FILES := HelloWorld.c # 包含的源文件
LOCAL_ARM_MODE := arc # 指令集
include $(BUILD EXECUTABLE) # 表示生成可执行文件,如果so库文件,则需要编写为"include $(BUILD_SHARED_LIBRARY)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment