Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
Merged
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
5 changes: 1 addition & 4 deletions Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ LOCAL_CFLAGS := \
-Wextra \
-Wno-unused-parameter # Needed to workaround STL bug

LOCAL_SHARED_LIBRARIES := libparameter
LOCAL_STATIC_LIBRARIES := \
libparameter_includes \
libxmlserializer_includes
LOCAL_SHARED_LIBRARIES := libparameter libxmlserializer

LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := libfs-subsystem
Expand Down