Skip to content

Instantly share code, notes, and snippets.

@pedrogk
Created November 12, 2013 08:34
Show Gist options
  • Save pedrogk/7427531 to your computer and use it in GitHub Desktop.
Save pedrogk/7427531 to your computer and use it in GitHub Desktop.
Makefile para construir proyecto NDK.
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := cpuid
LOCAL_SRC_FILES := cpuid.c com_example_cpuid_CPUIdApp.c
include $(BUILD_SHARED_LIBRARY)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment