From 2dc5a7df0318b2010412f441a711b7d5eccdce39 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 26 Jan 2014 19:40:51 -0800 Subject: [PATCH] android: Second attempt to extrac version number for OSX builds --- android/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/Android.mk b/android/Android.mk index 83ea4b37b..d2ce23ae5 100644 --- a/android/Android.mk +++ b/android/Android.mk @@ -1,7 +1,7 @@ LOCAL_PATH := external/bluetooth # Retrieve BlueZ version from configure.ac file -BLUEZ_VERSION := $(shell grep '^AC_INIT' $(LOCAL_PATH)/bluez/configure.ac | sed -e 's/.*[, ]\(.*\))/\1/') +BLUEZ_VERSION := `grep "^AC_INIT" $(LOCAL_PATH)bluez/configure.ac | sed -e "s/.*,.\(.*\))/\1/"` # Specify pathmap for glib and sbc pathmap_INCL += glib:external/bluetooth/glib \ -- 2.11.0