Created
November 12, 2013 08:34
-
-
Save pedrogk/7427531 to your computer and use it in GitHub Desktop.
Makefile para construir proyecto NDK.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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