summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2017-11-15 15:10:09 +0000
committerNicolas Geoffray <ngeoffray@google.com>2017-11-15 16:15:02 +0000
commitcf053a57cad0cb4f3083e41f5e0617bffeba6cb1 (patch)
treeaffd6d62e9b3e47577c38ea7f558bc3e05e881f9 /Android.mk
parent8050453ed536fea8dbcd51a6f882b13d334e60ee (diff)
downloadart-cf053a57cad0cb4f3083e41f5e0617bffeba6cb1.tar.gz
art-cf053a57cad0cb4f3083e41f5e0617bffeba6cb1.tar.bz2
art-cf053a57cad0cb4f3083e41f5e0617bffeba6cb1.zip
Add crash_dump to the list of golem unbundled dependencies.
As we're compiling libbacktrace, we also need to compile crash_dump. Test: m -j32 build-art-unbundled-golem Change-Id: I08a9c6406440cc47585d26a770852d19fe098822
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 7081f7bec5..174cde36ef 100644
--- a/Android.mk
+++ b/Android.mk
@@ -484,7 +484,7 @@ build-art-host-golem: build-art-host \
########################################################################
# Phony target for building what go/lem requires for syncing /system to target.
.PHONY: build-art-unbundled-golem
-build-art-unbundled-golem: art-runtime linker oatdump $(TARGET_CORE_JARS)
+build-art-unbundled-golem: art-runtime linker oatdump $(TARGET_CORE_JARS) crash_dump
########################################################################
# Rules for building all dependencies for tests.