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