From 8669032383d4918dade0ab9d2521a76b0293d42a Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Thu, 11 Jun 2015 09:40:56 +0200 Subject: [PATCH] Fix Android build. --- build/android/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/android/Android.mk b/build/android/Android.mk index e591322e3..bb53ecf40 100755 --- a/build/android/Android.mk +++ b/build/android/Android.mk @@ -26,7 +26,7 @@ include $(CLEAR_VARS) LOCAL_CPP_EXTENSION := .cc LOCAL_SRC_FILES := \ - account_creator.c + account_creator.c \ address.c \ authentication.c \ bellesip_sal/sal_address_impl.c \