Merge "makebootfs: use libcutils shared libraries"

This commit is contained in:
Mark Salyzyn 2015-04-15 18:14:18 +00:00 committed by Gerrit Code Review
commit c01445d2e8
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ LOCAL_MODULE := mkbootfs
LOCAL_CFLAGS := -Werror
LOCAL_STATIC_LIBRARIES := libcutils
LOCAL_SHARED_LIBRARIES := libcutils
include $(BUILD_HOST_EXECUTABLE)