summaryrefslogtreecommitdiff
path: root/android/Android.mk
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2014-12-10 10:58:10 +0200
committerSzymon Janc <szymon.janc@tieto.com>2014-12-10 13:19:36 +0100
commit6c01cf54333e6ad393949adb3c0bb2ee347ca24a (patch)
treea4e33ae92acf52c3daba06ce000e11063de8e0df /android/Android.mk
parente8d8dc6dfbdfd445689532fa89d6a7d14abbb421 (diff)
downloadbluez-6c01cf54333e6ad393949adb3c0bb2ee347ca24a.tar.gz
android/build: Add libcutils to LOCAL_SHARED_LIBRARIES for haltest
Fixes build error for Nexus 9. ... aarch64-linux-android/bin/ld: out/target/product/flounder/obj/EXECUTABLES/haltest_intermediates/ bluez/android/hal-utils.o: undefined reference to symbol 'property_get' ...
Diffstat (limited to 'android/Android.mk')
-rw-r--r--android/Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/android/Android.mk b/android/Android.mk
index 2b90ceed5..c1505c8af 100644
--- a/android/Android.mk
+++ b/android/Android.mk
@@ -203,7 +203,9 @@ LOCAL_C_INCLUDES += \
LOCAL_CFLAGS := $(BLUEZ_COMMON_CFLAGS) -Wno-declaration-after-statement
-LOCAL_SHARED_LIBRARIES := libhardware
+LOCAL_SHARED_LIBRARIES := \
+ libhardware \
+ libcutils \
LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
LOCAL_MODULE_TAGS := debug