diff options
Diffstat (limited to 'xmlserializer')
-rw-r--r-- | xmlserializer/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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) |