OSDN Git Service

Have test-art-host-dexdump specifically depend on the host binaries.
authorYing Wang <wangying@google.com>
Wed, 8 Jul 2015 21:09:10 +0000 (14:09 -0700)
committerYing Wang <wangying@google.com>
Wed, 8 Jul 2015 21:33:51 +0000 (14:33 -0700)
commit882a4f314b775445f36b486cb147b432cbb66617
tree803df57dc1ddc77beaf3af852d112d9b7cdd13eb
parent784c6aee9cde7fc0e39a9f0c8b93d120e5f6dc3b
Have test-art-host-dexdump specifically depend on the host binaries.

dexdump2 and dexlist2 are phony targets representing both the host and
target binaries.
Also set environmental variable ANDROID_HOST_OUT=$(realpath $(HOST_OUT))
before calling art/test/dexdump/run-all-tests.
art/test/dexdump/run-all-tests references ANDROID_HOST_OUT, which may be
not set up by the user if he didn't run build/envsetup.sh.

Bug: 22343844
Change-Id: I38b5f3efccd5817d7d9ff0e91b5c6d070b546d77
Android.mk