android: Second attempt to extrac version number for OSX builds

This commit is contained in:
Marcel Holtmann 2014-01-26 19:40:51 -08:00
parent dc675d8252
commit 2dc5a7df03

View File

@ -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 \