diff --git a/base/Android.mk b/base/Android.mk index 11bd692..f1053ee 100644 --- a/base/Android.mk +++ b/base/Android.mk @@ -37,9 +37,9 @@ LOCAL_SRC_FILES := \ AlsaCtlPortConfig.cpp \ AmixerControl.cpp \ -LOCAL_STATIC_LIBRARIES := \ - libparameter_includes \ - libxmlserializer_includes \ +LOCAL_SHARED_LIBRARIES := \ + libparameter \ + libxmlserializer LOCAL_CFLAGS := \ -Wall \ diff --git a/legacy/Android.mk b/legacy/Android.mk index 5e6ce2b..e9e4645 100644 --- a/legacy/Android.mk +++ b/legacy/Android.mk @@ -48,11 +48,10 @@ LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH) LOCAL_SHARED_LIBRARIES := \ libparameter \ libasound \ + libxmlserializer \ LOCAL_STATIC_LIBRARIES := \ libalsabase-subsystem \ - libparameter_includes \ - libxmlserializer_includes \ # -D_POSIX_C_SOURCE=200809 is needed because alsa-lib is redefining # the timeval and timespec structures diff --git a/tinyalsa/Android.mk b/tinyalsa/Android.mk index 6c4bfdf..50159c3 100644 --- a/tinyalsa/Android.mk +++ b/tinyalsa/Android.mk @@ -47,11 +47,10 @@ LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH) LOCAL_SHARED_LIBRARIES := \ libparameter \ libtinyalsa \ + libxmlserializer \ LOCAL_STATIC_LIBRARIES := \ libalsabase-subsystem \ - libparameter_includes \ - libxmlserializer_includes \ LOCAL_CFLAGS += \ -Wall \