From c264c3e2dddf7c98885094001cde80b9e3588292 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sun, 19 May 2019 17:58:44 +0300 Subject: Delete Android.mk --- example/jni/Android.mk | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 example/jni/Android.mk (limited to 'example') diff --git a/example/jni/Android.mk b/example/jni/Android.mk deleted file mode 100644 index 7accbad3..00000000 --- a/example/jni/Android.mk +++ /dev/null @@ -1,15 +0,0 @@ -# Setup a project -LOCAL_PATH := $(call my-dir) -include $(CLEAR_VARS) - -LOCAL_MODULE := example -LOCAL_SRC_FILES := example.cpp -LOCAL_CPPFLAGS += -Wall -Wshadow -Wextra -pedantic -std=c++11 -fPIE -pie -LOCAL_LDFLAGS += -fPIE -pie - -# Add exception support and set path for spdlog's headers -LOCAL_CPPFLAGS += -fexceptions -I../include -# Use android's log library -LOCAL_LDFLAGS += -llog - -include $(BUILD_EXECUTABLE) -- cgit v1.2.3