From 718d4c20e6406d72360472158388b3836b1af3fc Mon Sep 17 00:00:00 2001 From: Erwan Croze Date: Fri, 14 Apr 2017 15:46:16 +0200 Subject: [PATCH] Add file needed to use ndk-gdb --- jni/Android.mk | 3 +++ jni/Application.mk | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 jni/Android.mk create mode 100644 jni/Application.mk diff --git a/jni/Android.mk b/jni/Android.mk new file mode 100644 index 000000000..c2bd5acb3 --- /dev/null +++ b/jni/Android.mk @@ -0,0 +1,3 @@ +# Must be present to used ndk-gdb +# In ndk-gdb you need to set the path of your symbols +# Command: set solib-search-path YOUR_PROJECT_ROOT/libs-debug/ABI/ \ No newline at end of file diff --git a/jni/Application.mk b/jni/Application.mk new file mode 100644 index 000000000..de4fe3a36 --- /dev/null +++ b/jni/Application.mk @@ -0,0 +1,2 @@ +# This is used by ndk-gdb +APP_ABI := arm64-v8a x86 armeabi armeabi-v7a \ No newline at end of file