commit | dfdbb64ff79df937e939f78ff70d5501f17e57d3 | [log] [tgz] |
---|---|---|
author | Igor Murashkin <iam@google.com> | Tue Apr 01 22:52:03 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Apr 01 22:52:03 2014 +0000 |
tree | 8159dd319f6de768dc6e64fb43164d6846267686 | |
parent | 5b0ad96351dfda6ed09fefed1ab24e514be27012 [diff] | |
parent | 55e0f1c8bdb5d7299ba0c79e084b7ac749eb4c3b [diff] |
Merge "Fix stack trace logging in RefBase."
diff --git a/init/Android.mk b/init/Android.mk index 740d10f..15a23be 100644 --- a/init/Android.mk +++ b/init/Android.mk
@@ -17,6 +17,8 @@ ueventd_parser.c \ watchdogd.c +LOCAL_CFLAGS += -Wno-unused-parameter + ifeq ($(strip $(INIT_BOOTCHART)),true) LOCAL_SRC_FILES += bootchart.c LOCAL_CFLAGS += -DBOOTCHART=1