Add file needed to use ndk-gdb

This commit is contained in:
Erwan Croze 2017-04-14 15:46:16 +02:00
parent 08496a450a
commit 718d4c20e6
2 changed files with 5 additions and 0 deletions

3
jni/Android.mk Normal file
View file

@ -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/

2
jni/Application.mk Normal file
View file

@ -0,0 +1,2 @@
# This is used by ndk-gdb
APP_ABI := arm64-v8a x86 armeabi armeabi-v7a