From 959ffdf65f280ee90b7944a8dd610564e7f99e69 Mon Sep 17 00:00:00 2001 From: Stephen Kyle Date: Fri, 28 Nov 2014 14:27:44 +0000 Subject: 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 --- Android.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'Android.mk') 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 -- cgit v1.1