OSDN Git Service

Remove fuzzer build-time dependency on core image.
authorCalin Juravle <calin@google.com>
Tue, 7 Apr 2015 11:31:39 +0000 (12:31 +0100)
committerCalin Juravle <calin@google.com>
Tue, 7 Apr 2015 16:02:36 +0000 (17:02 +0100)
commit733840f23a6983436437d4334f33d5032f494696
tree9076ff001735c4aaa653c6202b0c1c12a838281f
parentf9492310913a09f7c63ca2c8cc948b731adf150a
Remove fuzzer build-time dependency on core image.

Test if the image exists at runtime.

Forcing this dependency slows down development. For example, if after a
change dex2oat does not compile anymore you need to first revert to a
stable state and rebuild the core image to be able to move foreward.
Since this is a test tool, it is ok to assume that the core image has
already been built if host execution was selected.

Change-Id: Id61a960ba62bb8d1d21acb07114f72208fbc9720
tools/dexfuzz/Android.mk
tools/dexfuzz/src/dexfuzz/executors/Device.java