Add file needed to use ndk-gdb
This commit is contained in:
parent
08496a450a
commit
718d4c20e6
2 changed files with 5 additions and 0 deletions
3
jni/Android.mk
Normal file
3
jni/Android.mk
Normal 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
2
jni/Application.mk
Normal file
|
@ -0,0 +1,2 @@
|
|||
# This is used by ndk-gdb
|
||||
APP_ABI := arm64-v8a x86 armeabi armeabi-v7a
|
Loading…
Reference in a new issue