summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorStephen Kyle <stephen.kyle@arm.com>2014-11-28 14:27:44 +0000
committerStephen Kyle <stephen.kyle@arm.com>2014-12-15 15:29:12 +0000
commit959ffdf65f280ee90b7944a8dd610564e7f99e69 (patch)
treee4bfa45abeaaac0e9fc4e3162d2cf0cef1496a7f /Android.mk
parent152f391b17080e2dcc2294425c7fa2afe73a4f44 (diff)
downloadart-959ffdf65f280ee90b7944a8dd610564e7f99e69.zip
art-959ffdf65f280ee90b7944a8dd610564e7f99e69.tar.gz
art-959ffdf65f280ee90b7944a8dd610564e7f99e69.tar.bz2
Adds the dexfuzz fuzzing tool to ART.
This tool can mutate DEX files, and execute them with multiple backends of ART, making sure that all backends agree on the output of the program. This should help identify bugs in particular backends, should they produce output that disagrees with the other backends. Build with mmm tools/dexfuzz from within art/. See the README for details about how to use dexfuzz. Change-Id: I3fc5d84a08b7d142a1fdc3d43a0324ce16b43608
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index d11d011..cc3e0c4 100644
--- a/Android.mk
+++ b/Android.mk
@@ -104,6 +104,7 @@ include $(art_path)/oatdump/Android.mk
include $(art_path)/patchoat/Android.mk
include $(art_path)/dalvikvm/Android.mk
include $(art_path)/tools/Android.mk
+include $(art_path)/tools/dexfuzz/Android.mk
include $(art_path)/sigchainlib/Android.mk