mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-26 21:54:33 +08:00
android: Second attempt to extrac version number for OSX builds
This commit is contained in:
parent
dc675d8252
commit
2dc5a7df03
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user