mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fix ndk-build crashing gcc
This commit is contained in:
parent
fbf51bbcbc
commit
504a11d192
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<application android:label="@string/app_name" android:debuggable="true" android:icon="@drawable/logo_linphone_57x57">
|
||||
<!-- Don't remove the space after android:debuggable: it prevents ndk-build to try including gdbserver and crash gcc -->
|
||||
<application android:label="@string/app_name" android:debuggable ="true" android:icon="@drawable/logo_linphone_57x57">
|
||||
|
||||
<activity android:name=".LinphoneActivity"
|
||||
android:label="@string/app_name"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue