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…
Reference in a new issue