Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
makebootfs: use libcutils shared libraries
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
Mark Salyzyn committed Apr 15, 2015
1 parent 56c6575 commit bc7828e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpio/Android.mk
Expand Up @@ -10,7 +10,7 @@ LOCAL_MODULE := mkbootfs

LOCAL_CFLAGS := -Werror

LOCAL_STATIC_LIBRARIES := libcutils
LOCAL_SHARED_LIBRARIES := libcutils

include $(BUILD_HOST_EXECUTABLE)

Expand Down

0 comments on commit bc7828e

Please sign in to comment.