diff options
-rw-r--r-- | parameter/Android.mk | 2 | ||||
-rw-r--r-- | xmlserializer/Android.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/parameter/Android.mk b/parameter/Android.mk index 9eff6f0..871c9cf 100644 --- a/parameter/Android.mk +++ b/parameter/Android.mk @@ -159,7 +159,7 @@ LOCAL_MODULE_TAGS := $(common_module_tags) LOCAL_C_INCLUDES += \ $(common_c_includes) -LOCAL_SHARED_LIBRARIES := $(common_shared_libraries) +LOCAL_SHARED_LIBRARIES := $(common_shared_libraries)-host LOCAL_STATIC_LIBRARIES := libxmlserializer_host libutility_host $(common_static_libraries) LOCAL_LDLIBS += -ldl diff --git a/xmlserializer/Android.mk b/xmlserializer/Android.mk index 22f4e88..0e9fc02 100644 --- a/xmlserializer/Android.mk +++ b/xmlserializer/Android.mk @@ -74,7 +74,7 @@ LOCAL_CFLAGS := $(common_cflags) LOCAL_C_INCLUDES += \ $(common_c_includes) -LOCAL_SHARED_LIBRARIES := $(common_shared_libraries) +LOCAL_SHARED_LIBRARIES := $(common_shared_libraries)-host LOCAL_STATIC_LIBRARIES := $(common_static_libraries) LOCAL_LDLIBS += $(common_ldlibs) |