Codebase list crossguid / 4207fe38-99b5-4f47-8bea-b3b98a4c88c0/main android / jni / Android.mk
4207fe38-99b5-4f47-8bea-b3b98a4c88c0/main

Tree @4207fe38-99b5-4f47-8bea-b3b98a4c88c0/main (Download .tar.gz)

Android.mk @4207fe38-99b5-4f47-8bea-b3b98a4c88c0/mainraw · history · blame

LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)

LOCAL_MODULE := crossguidtest
LOCAL_CFLAGS := -Wall
LOCAL_SRC_FILES := ../../guid.cpp ../../test.cpp jnitest.cpp
LOCAL_CPP_FLAGS := -std=c++11
LOCAL_CPPFLAGS := -DGUID_ANDROID -Wno-c++11-extensions

include $(BUILD_SHARED_LIBRARY)