summaryrefslogtreecommitdiffstats
path: root/libcutils
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-03-23 14:48:05 -0700
committerDan Albert <danalbert@google.com>2015-03-23 14:48:05 -0700
commit728b13f08d6dedbd30d7df95e3a0add134e27687 (patch)
tree21067ec116fe075841243fedf730de11ecdb7db3 /libcutils
parent2de01f5a99f916c36124c6bc8cb0d6f18df03496 (diff)
downloadsystem_core-728b13f08d6dedbd30d7df95e3a0add134e27687.tar.gz
system_core-728b13f08d6dedbd30d7df95e3a0add134e27687.tar.bz2
system_core-728b13f08d6dedbd30d7df95e3a0add134e27687.zip
(Probably) fix the mac build.
Change-Id: I4209f2d66d8701df2f32dcfb79abea9ea6d3dc69
Diffstat (limited to 'libcutils')
-rw-r--r--libcutils/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcutils/Android.mk b/libcutils/Android.mk
index 2c5e351a2..876b89d32 100644
--- a/libcutils/Android.mk
+++ b/libcutils/Android.mk
@@ -68,7 +68,7 @@ endif
# ========================================================
LOCAL_MODULE := libcutils
LOCAL_SRC_FILES := $(commonSources) $(commonHostSources) dlmalloc_stubs.c
-LOCAL_STATIC_LIBRARIES := liblog
+LOCAL_STATIC_LIBRARIES := liblog libbase
ifneq ($(HOST_OS),windows)
LOCAL_CFLAGS += -Werror
endif