This commit is contained in:
Erwan Croze 2017-05-02 10:27:57 +02:00
parent 4eaf8b7025
commit 85f3b9ab93
4 changed files with 7 additions and 2 deletions

View file

@ -2,7 +2,7 @@
<manifest package="org.linphone"
xmlns:android="http://schemas.android.com/apk/res/android"
android:installLocation="auto"
android:versionCode="3262"
android:versionCode="3264"
android:versionName="3.2.6">
<uses-sdk

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

@ -1 +1 @@
Subproject commit 29a25d0298e9db5338010182daac135b0afaf1de
Subproject commit 41ab1ae197d8cea43b19ffd8784118871b9cb15c