mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2025-01-18 09:34:47 +08:00
android: Fix typo in configure.ac path
This commit is contained in:
parent
2dc5a7df03
commit
f047cb6a8a
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user