Fix ndk-build crashing gcc
This commit is contained in:
parent
fbf51bbcbc
commit
504a11d192
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- 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">
|
<application android:label="@string/app_name" android:debuggable ="true" android:icon="@drawable/logo_linphone_57x57">
|
||||||
|
|
||||||
<activity android:name=".LinphoneActivity"
|
<activity android:name=".LinphoneActivity"
|
||||||
|
|
Loading…
Reference in a new issue