diff options
author | David Wagner <david.wagner@intel.com> | 2014-11-03 17:05:40 +0100 |
---|---|---|
committer | David Wagner <david.wagner@intel.com> | 2014-11-03 17:05:40 +0100 |
commit | defaf69b1f62f0d358617b197e3c50254163dd68 (patch) | |
tree | be56cb1341dc5bbfcd35d9cd826ba184382dbc2c /parameter | |
parent | 4522ce2a7445a2de570de2a3835304a146e20e5e (diff) | |
parent | cef5bbc708acd7a8653302f02646279ee3913d61 (diff) | |
download | external_parameter-framework-defaf69b1f62f0d358617b197e3c50254163dd68.zip external_parameter-framework-defaf69b1f62f0d358617b197e3c50254163dd68.tar.gz external_parameter-framework-defaf69b1f62f0d358617b197e3c50254163dd68.tar.bz2 |
Merge pull request #24 from 01org/fix-android-l-build
Remove libxml2-schemas target since it is now covered by the aosp
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 |