summaryrefslogtreecommitdiffstats
path: root/init/Android.mk
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-03-16 10:08:46 -0700
committerDan Albert <danalbert@google.com>2015-03-16 10:08:46 -0700
commitc007bc3856a4cf86b8f610eb045f26a9dedc2894 (patch)
tree1b38faec0f6c58070f020edcb6a886f1d71cd5bd /init/Android.mk
parentb750efcc302f2cb50abe1eb20dc92414636cb5d2 (diff)
downloadsystem_core-c007bc3856a4cf86b8f610eb045f26a9dedc2894.zip
system_core-c007bc3856a4cf86b8f610eb045f26a9dedc2894.tar.gz
system_core-c007bc3856a4cf86b8f610eb045f26a9dedc2894.tar.bz2
Revert "Revert "Create libbase.""
This reverts commit a7870d88167f619e758b5bcd15b410d16da7c16b.
Diffstat (limited to 'init/Android.mk')
-rw-r--r--init/Android.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/init/Android.mk b/init/Android.mk
index ec2861b..5b8094f 100644
--- a/init/Android.mk
+++ b/init/Android.mk
@@ -27,6 +27,7 @@ LOCAL_SRC_FILES:= \
parser.cpp \
util.cpp \
+LOCAL_STATIC_LIBRARIES := libbase
LOCAL_MODULE := libinit
include $(BUILD_STATIC_LIBRARY)
@@ -55,7 +56,7 @@ LOCAL_STATIC_LIBRARIES := \
libfs_mgr \
liblogwrap \
libcutils \
- libutils \
+ libbase \
liblog \
libc \
libselinux \
@@ -80,7 +81,7 @@ LOCAL_SRC_FILES := \
LOCAL_SHARED_LIBRARIES += \
libcutils \
- libutils \
+ libbase \
LOCAL_STATIC_LIBRARIES := libinit
include $(BUILD_NATIVE_TEST)