Fix ndk-build crashing gcc

This commit is contained in:
Guillaume Beraudo 2011-03-10 15:52:55 +01:00
parent fbf51bbcbc
commit 504a11d192

View file

@ -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"