Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions base/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
3 changes: 1 addition & 2 deletions legacy/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions tinyalsa/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down