]> sjero.net Git - linphone/commitdiff
Fix armv5 build
authorSimon Morlat <simon.morlat@linphone.org>
Fri, 23 Sep 2011 16:23:54 +0000 (18:23 +0200)
committerSimon Morlat <simon.morlat@linphone.org>
Fri, 23 Sep 2011 16:23:54 +0000 (18:23 +0200)
build/android/Android.mk

index c7b48fde84125d77a111fc7c20d7446ee0bfe8cf..299442e287e2bab161d0b72c43ee89c350b21a53 100755 (executable)
@@ -12,7 +12,7 @@
 ##  This program is distributed in the hope that it will be useful,
 ##  but WITHOUT ANY WARRANTY; without even the implied warranty of
 ##  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-##  GNU Library General Public License for more details.
+##  GNU General Public License for more details.
 ##
 ##  You should have received a copy of the GNU General Public License
 ##  along with this program; if not, write to the Free Software
@@ -126,7 +126,7 @@ LOCAL_STATIC_LIBRARIES += libmsilbc
 endif
 
 LOCAL_C_INCLUDES += $(LIBLINPHONE_EXTENDED_C_INCLUDES) 
-LOCAL_STATIC_LIBRARIES += $(LIBLINPHONE_EXTENDED_STATIC_LIBS)
+LOCAL_WHOLE_STATIC_LIBRARIES += $(LIBLINPHONE_EXTENDED_STATIC_LIBS)
 LOCAL_SRC_FILES  += $(LIBLINPHONE_EXTENDED_SRC_FILES)
 
 ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)