Fix Beta
This commit is contained in:
parent
4eaf8b7025
commit
85f3b9ab93
4 changed files with 7 additions and 2 deletions
|
@ -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
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
|
|
@ -1 +1 @@
|
|||
Subproject commit 29a25d0298e9db5338010182daac135b0afaf1de
|
||||
Subproject commit 41ab1ae197d8cea43b19ffd8784118871b9cb15c
|
Loading…
Reference in a new issue