commit | bd7b929291cd27e77acc24625790b3760f47b5d0 | [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 | 1e45f71482c7c0ea4f253cc99b81a30266718b11 [diff] | |
parent | f1dfe6ffe162e5494e4b72d1a0e5eaaba025a719 [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