android: Fix typo in configure.ac path

This commit is contained in:
Marcel Holtmann 2014-01-26 20:04:29 -08:00
parent 2dc5a7df03
commit f047cb6a8a

View File

@ -1,7 +1,7 @@
LOCAL_PATH := external/bluetooth
# Retrieve BlueZ version from configure.ac file
BLUEZ_VERSION := `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 \