commit | ec57440878476149468a014bd41acef27ceb8789 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Mon Mar 23 21:49:06 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Mar 23 21:49:06 2015 +0000 |
tree | 21067ec116fe075841243fedf730de11ecdb7db3 | |
parent | 2de01f5a99f916c36124c6bc8cb0d6f18df03496 [diff] | |
parent | 728b13f08d6dedbd30d7df95e3a0add134e27687 [diff] |
Merge "(Probably) fix the mac build."
diff --git a/libcutils/Android.mk b/libcutils/Android.mk index 2c5e351..876b89d 100644 --- a/libcutils/Android.mk +++ b/libcutils/Android.mk
@@ -68,7 +68,7 @@ # ======================================================== 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