From dc5b821d22ae39eda6a5c448a3f9e35e8b81f008 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Thu, 9 Aug 2012 11:04:23 +0200 Subject: [PATCH] fix makefile for android --- build/android/common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/android/common.mk b/build/android/common.mk index 40742b959..4fa833b59 100644 --- a/build/android/common.mk +++ b/build/android/common.mk @@ -51,7 +51,7 @@ MY_LOG_DOMAIN = \"Linphone\" endif ifndef LINPHONE_VERSION -LINPHONE_VERSION = \"Devel\" +LINPHONE_VERSION = "Devel" endif LOCAL_CFLAGS += \