makebootfs: use libcutils shared libraries

- move to libcutils.so as shared now that they are
  in DISTTOOL.
- liblog dependency is part of libcutils, and need not be
  called out explicitly now. liblog is in DISTTOOL.
- libcutils fs_config has the right to add Android logging

Bug: 19908228
Change-Id: I915503f64389b59075620578601f98fc0756bd7a
This commit is contained in:
Mark Salyzyn 2015-04-07 09:38:44 -07:00
parent 56c6575da7
commit bc7828eb42
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)