summaryrefslogtreecommitdiffstats
path: root/init/Android.mk
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2015-03-16 10:29:36 +0000
committerNicolas Geoffray <ngeoffray@google.com>2015-03-16 11:07:29 +0000
commita7870d88167f619e758b5bcd15b410d16da7c16b (patch)
tree8db9bc4aa940a8b3a44cf31dacd3a7f932eadc80 /init/Android.mk
parentacf0a8b3f632fe90132b9ce457a2237160f8cb9a (diff)
downloadsystem_core-a7870d88167f619e758b5bcd15b410d16da7c16b.zip
system_core-a7870d88167f619e758b5bcd15b410d16da7c16b.tar.gz
system_core-a7870d88167f619e758b5bcd15b410d16da7c16b.tar.bz2
Revert "Create libbase."
Breaks internal master. This reverts commit 98ff77204cef9bb8f0f27420833233622060a09e. Change-Id: I18dc6021cb43efff8aa88486c2d980dc2b8eedba
Diffstat (limited to 'init/Android.mk')
-rw-r--r--init/Android.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/init/Android.mk b/init/Android.mk
index 5b8094f..ec2861b 100644
--- a/init/Android.mk
+++ b/init/Android.mk
@@ -27,7 +27,6 @@ LOCAL_SRC_FILES:= \
parser.cpp \
util.cpp \
-LOCAL_STATIC_LIBRARIES := libbase
LOCAL_MODULE := libinit
include $(BUILD_STATIC_LIBRARY)
@@ -56,7 +55,7 @@ LOCAL_STATIC_LIBRARIES := \
libfs_mgr \
liblogwrap \
libcutils \
- libbase \
+ libutils \
liblog \
libc \
libselinux \
@@ -81,7 +80,7 @@ LOCAL_SRC_FILES := \
LOCAL_SHARED_LIBRARIES += \
libcutils \
- libbase \
+ libutils \
LOCAL_STATIC_LIBRARIES := libinit
include $(BUILD_NATIVE_TEST)