OSDN Git Service

Don't add Jack dependencies when building without Jack
authorColin Cross <ccross@android.com>
Tue, 11 Apr 2017 02:04:59 +0000 (19:04 -0700)
committerColin Cross <ccross@android.com>
Tue, 11 Apr 2017 16:32:45 +0000 (16:32 +0000)
commitb6f707cb725db79bdcd6a1d160f11d2be60f9bf0
tree326a36db72a5ba6a9fdb2934663f18147684647d
parent8aaa601d88660d4653d64ea822197e72a43bf768
Don't add Jack dependencies when building without Jack

Runtests add dependencies on the core library classes.jack files,
which don't exist when compiling with javac.  Disable the dependencies
when building without Jack for now.

Test: m -j ANDROID_COMPILE_WITH_JACK=false tests
Change-Id: I40925c8c8536cc048e7308e6202db420154a18aa
test/Android.run-test.mk