diff options
author | pafonsoX <philippex.afonso@intel.com> | 2014-09-01 18:26:22 +0200 |
---|---|---|
committer | David Wagner <david.wagner@intel.com> | 2014-11-03 14:25:06 +0100 |
commit | cef5bbc708acd7a8653302f02646279ee3913d61 (patch) | |
tree | 709be879cd04cd1543a2c5a13c128b09ca2e4cfe /parameter | |
parent | 61e221838cf44e1dfd767d82c5d899f8a55d1330 (diff) | |
download | external_parameter-framework-cef5bbc708acd7a8653302f02646279ee3913d61.zip external_parameter-framework-cef5bbc708acd7a8653302f02646279ee3913d61.tar.gz external_parameter-framework-cef5bbc708acd7a8653302f02646279ee3913d61.tar.bz2 |
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 <philippex.afonso@intel.com>
Signed-off-by: David Wagner <david.wagner@intel.com>
Diffstat (limited to 'parameter')
-rw-r--r-- | parameter/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |