Skip to content

Instantly share code, notes, and snippets.

@sunwayforever
Created October 13, 2017 03:21
Show Gist options
  • Save sunwayforever/4c314ca6e5ea747b2f094cd1226a3e6c to your computer and use it in GitHub Desktop.
Save sunwayforever/4c314ca6e5ea747b2f094cd1226a3e6c to your computer and use it in GitHub Desktop.
Android.mk for exectuable
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= test.c
LOCAL_CFLAGS := -Wno-error-unused-parameter
LOCAL_MODULE:= hello
LOCAL_MULTILIB := 32
# LOCAL_LDFLAGS := ...
# LOCAL_C_INCLUDES := ...
# LOCAL_STATIC_LIBRARIES := ...
# LOCAL_SHARED_LIBRARIES := ...
include $(BUILD_EXECUTABLE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment