diff options
| author | Nicolas Geoffray <ngeoffray@google.com> | 2018-10-11 10:30:19 +0100 |
|---|---|---|
| committer | Nicolas Geoffray <ngeoffray@google.com> | 2018-10-11 12:47:25 +0100 |
| commit | b745adc02b2e38a4654e2a6e2a1872ddb243693b (patch) | |
| tree | 91d9e422f69bfa65123d8c38eab68310295ce69a /Android.mk | |
| parent | 34e3e3c1ac8c0c92c3d898b73b54d670c4dd5a8d (diff) | |
| download | art-b745adc02b2e38a4654e2a6e2a1872ddb243693b.tar.gz art-b745adc02b2e38a4654e2a6e2a1872ddb243693b.tar.bz2 art-b745adc02b2e38a4654e2a6e2a1872ddb243693b.zip | |
Add a new script for buildbots to sync to device.
The makefile is using the built adb, which requires frameworks/base,
which we don't have.
Also remove artificial adb dependency when building art target tests.
Test: buildbot-sync.sh
Change-Id: I058b6371124e6040e9b064c99683bbdfc093e9fd
Diffstat (limited to 'Android.mk')
| -rw-r--r-- | Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk index e27c3db996..925f6e4451 100644 --- a/Android.mk +++ b/Android.mk @@ -484,7 +484,7 @@ build-art-unbundled-golem: art-runtime linker oatdump $(TARGET_CORE_JARS) crash_ build-art-host-tests: build-art-host $(TEST_ART_RUN_TEST_DEPENDENCIES) $(ART_TEST_HOST_RUN_TEST_DEPENDENCIES) $(ART_TEST_HOST_GTEST_DEPENDENCIES) | $(TEST_ART_RUN_TEST_ORDERONLY_DEPENDENCIES) .PHONY: build-art-target-tests -build-art-target-tests: build-art-target $(TEST_ART_RUN_TEST_DEPENDENCIES) $(TEST_ART_TARGET_SYNC_DEPS) | $(TEST_ART_RUN_TEST_ORDERONLY_DEPENDENCIES) +build-art-target-tests: build-art-target $(TEST_ART_RUN_TEST_DEPENDENCIES) | $(TEST_ART_RUN_TEST_ORDERONLY_DEPENDENCIES) ######################################################################## # targets to switch back and forth from libdvm to libart |
