commit | 2b2288f2abbcdcd1201b322008fa30495d724d51 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Thu May 28 09:27:40 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu May 28 09:27:41 2015 +0000 |
tree | 9ed183e7ceee2674ad14e099690e3e9165b49506 | |
parent | 01908ebcea21a8cbdfe7ba0cb4ddb2661292c69d [diff] | |
parent | 0f7c06d9908c4ccac21740babbb0d40335d1ee8d [diff] |
Merge "Fix rule: the exe must be first dependency."
diff --git a/build/Android.gtest.mk b/build/Android.gtest.mk index 3f964fc..0876cc0 100644 --- a/build/Android.gtest.mk +++ b/build/Android.gtest.mk
@@ -383,7 +383,7 @@ ART_TEST_HOST_GTEST_DEPENDENCIES += $$(gtest_deps) .PHONY: $$(gtest_rule) -$$(gtest_rule): $$(gtest_deps) +$$(gtest_rule): $$(gtest_exe) $$(gtest_deps) $(hide) ($$(call ART_TEST_SKIP,$$@) && $$< && $$(call ART_TEST_PASSED,$$@)) \ || $$(call ART_TEST_FAILED,$$@)