From bc7828eb423fd02dc9838404be69e8f850148565 Mon Sep 17 00:00:00 2001 From: Mark Salyzyn Date: Tue, 7 Apr 2015 09:38:44 -0700 Subject: [PATCH] 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 --- cpio/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpio/Android.mk b/cpio/Android.mk index b9d18bacc02b..2aa7297c70b6 100644 --- a/cpio/Android.mk +++ b/cpio/Android.mk @@ -10,7 +10,7 @@ LOCAL_MODULE := mkbootfs LOCAL_CFLAGS := -Werror -LOCAL_STATIC_LIBRARIES := libcutils +LOCAL_SHARED_LIBRARIES := libcutils include $(BUILD_HOST_EXECUTABLE)