Diff between 5484736c1012584a3a3c4c91032dcf25b03aa291 and 5b2c07b1441879b9c1f85ae0e997d72249e89f2f

Changed Files

File Additions Deletions Status
android/Android.mk +1 -1 modified

Full Patch

diff --git a/android/Android.mk b/android/Android.mk
index 32e9e98..f43297f 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 | cpp -P -D'AC_INIT(_,v)=v')
+BLUEZ_VERSION := $(shell grep '^AC_INIT' $(LOCAL_PATH)/bluez/configure.ac | sed -e 's/.*[, ]\(.*\))/\1/')
 
 # Specify pathmap for glib and sbc
 pathmap_INCL += glib:external/bluetooth/glib \