aboutsummaryrefslogtreecommitdiffstats
path: root/remote-process
diff options
context:
space:
mode:
Diffstat (limited to 'remote-process')
-rw-r--r--remote-process/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/remote-process/Android.mk b/remote-process/Android.mk
index 8330e0a..b4502eb 100644
--- a/remote-process/Android.mk
+++ b/remote-process/Android.mk
@@ -51,6 +51,7 @@ LOCAL_CFLAGS += $(COMMON_CFLAGS)
LOCAL_C_INCLUDES += \
$(COMMON_C_INCLUDES)
-LOCAL_SHARED_LIBRARIES := $(COMMON_SHARED_LIBRARIES)
+LOCAL_SHARED_LIBRARIES := $(foreach SHARED_LIBRARY,$(COMMON_SHARED_LIBRARIES), \
+ $(SHARED_LIBRARY)_host)
include $(BUILD_HOST_EXECUTABLE)