commit | 0a85d046108179c5c6ce2b70292da9ee7055801d | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@google.com> | Tue Oct 20 18:59:35 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Oct 20 18:59:35 2015 +0000 |
tree | d346d92675a74ec97b326875c2da30393c6d778b | |
parent | ed38714426b0f6bf67057dd28d6417a13807590c [diff] | |
parent | cb31b1db9c75f7904677f13d8862fb53e2d949ac [diff] |
Merge "crash_reporter: add missing mkdir for crash_server rule"
diff --git a/crash_reporter/Android.mk b/crash_reporter/Android.mk index 11dfcbc..5dd9418 100644 --- a/crash_reporter/Android.mk +++ b/crash_reporter/Android.mk
@@ -106,6 +106,7 @@ # will log it as a configuration error. $(LOCAL_BUILT_MODULE): BRILLO_CRASH_SERVER ?= "" $(LOCAL_BUILT_MODULE): + $(hide)mkdir -p $(dir $@) echo $(BRILLO_CRASH_SERVER) > $@ endif