diff options
author | Mark Salyzyn | 2015-04-07 11:38:44 -0500 |
---|---|---|
committer | Mark Salyzyn | 2015-04-15 12:32:19 -0500 |
commit | bc7828eb423fd02dc9838404be69e8f850148565 (patch) | |
tree | 6f3b208a1bb5c10afda97d5a3766b82e09ec0576 /cpio | |
parent | 56c6575da72653c3ffd79baf1b431574d6f7e1ea (diff) | |
download | platform-system-core-bc7828eb423fd02dc9838404be69e8f850148565.tar.gz platform-system-core-bc7828eb423fd02dc9838404be69e8f850148565.tar.xz platform-system-core-bc7828eb423fd02dc9838404be69e8f850148565.zip |
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
Diffstat (limited to 'cpio')
-rw-r--r-- | cpio/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpio/Android.mk b/cpio/Android.mk index b9d18bacc..2aa7297c7 100644 --- a/cpio/Android.mk +++ b/cpio/Android.mk | |||
@@ -10,7 +10,7 @@ LOCAL_MODULE := mkbootfs | |||
10 | 10 | ||
11 | LOCAL_CFLAGS := -Werror | 11 | LOCAL_CFLAGS := -Werror |
12 | 12 | ||
13 | LOCAL_STATIC_LIBRARIES := libcutils | 13 | LOCAL_SHARED_LIBRARIES := libcutils |
14 | 14 | ||
15 | include $(BUILD_HOST_EXECUTABLE) | 15 | include $(BUILD_HOST_EXECUTABLE) |
16 | 16 | ||