From 9918a415ab30dffd8ac402212258366a5a520a3d Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Thu, 24 Oct 2013 17:22:41 +0300 Subject: [PATCH] android: Make haltest and bluetoothd depend on HAL lib The patch makes haltest and bluetoothd depend on bluetooth.default target which is already defined. glib dependency Android resolves itself. Fixes issue that for the fresh build only bluetooth.default.so is built. --- android/Android.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/android/Android.mk b/android/Android.mk index 890b5acec..946e9cdcf 100644 --- a/android/Android.mk +++ b/android/Android.mk @@ -84,6 +84,7 @@ LOCAL_MODULE := bluetooth.default LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw LOCAL_MODULE_TAGS := optional LOCAL_MODULE_CLASS := SHARED_LIBRARIES +LOCAL_REQUIRED_MODULES := haltest bluetoothd include $(BUILD_SHARED_LIBRARY) -- 2.47.3