From cef5bbc708acd7a8653302f02646279ee3913d61 Mon Sep 17 00:00:00 2001 From: pafonsoX Date: Mon, 1 Sep 2014 18:26:22 +0200 Subject: Audio: Remove the hack to buid a libxml2 with schemas BZ: 218524 The "Schemas" feature is enabled in Android-L, so there is no need for this out-of-tree compilation anymore. So this patch deletes its compilation in parameter-framework project. Change-Id: I111afa3e12fa80c2871bae475d550bc49c4440cc Signed-off-by: pafonsoX Signed-off-by: David Wagner --- parameter/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parameter') diff --git a/parameter/Android.mk b/parameter/Android.mk index 653ddd0..2027e97 100644 --- a/parameter/Android.mk +++ b/parameter/Android.mk @@ -178,7 +178,7 @@ LOCAL_C_INCLUDES += \ $(common_c_includes) LOCAL_SHARED_LIBRARIES := $(common_shared_libraries)-host -LOCAL_STATIC_LIBRARIES := libxmlserializer_host libpfw_utility_host libxml2-schemas +LOCAL_STATIC_LIBRARIES := libxmlserializer_host libpfw_utility_host libxml2 LOCAL_LDLIBS += -ldl -- cgit v1.1