Depend on dx binary directly

I5f265132690ad28b3139954fea44eb0c4a43393a changed $(DX) to be a java
command line that runs java -jar dx.jar.  The rest of the test runner
is going executing $(HOST_OUT_EXECUTABLES)/dx directly, so make it
depend on $(HOST_OUT_EXECUTABLES)/dx instead of $(DX).

Test: art/test/testrunner/run_build_test_target.py -j110 art-jit-gcstress
Change-Id: I520e2aae899e4be9c41822c8b2c74468f153d6f9
1 file changed