diff options
author | Andreas Gampe <agampe@google.com> | 2014-11-03 23:41:18 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-11-03 23:41:19 +0000 |
commit | 9aee6fc7f23ca4c23d11b8b269da02a383d8debb (patch) | |
tree | 111bb0d257877c4c362ed898275ce44ef92a9323 | |
parent | 0c25f441d0d85ec882b4634f496ed5bb71995f7c (diff) | |
parent | da82344915aafe1970ea901a18d31187901ee398 (diff) | |
download | art-9aee6fc7f23ca4c23d11b8b269da02a383d8debb.tar.gz art-9aee6fc7f23ca4c23d11b8b269da02a383d8debb.tar.bz2 art-9aee6fc7f23ca4c23d11b8b269da02a383d8debb.zip |
Merge "ART: Add missing test dependency"
-rw-r--r-- | build/Android.gtest.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Android.gtest.mk b/build/Android.gtest.mk index 2939961c01..cc3fb208e9 100644 --- a/build/Android.gtest.mk +++ b/build/Android.gtest.mk @@ -48,7 +48,7 @@ $(foreach dir,$(GTEST_DEX_DIRECTORIES), $(eval $(call build-art-test-dex,art-gte # Dex file dependencies for each gtest. ART_GTEST_class_linker_test_DEX_DEPS := Interfaces MyClass Nested Statics StaticsFromCode ART_GTEST_compiler_driver_test_DEX_DEPS := AbstractMethod -ART_GTEST_dex_file_test_DEX_DEPS := GetMethodSignature Nested +ART_GTEST_dex_file_test_DEX_DEPS := GetMethodSignature Main Nested ART_GTEST_exception_test_DEX_DEPS := ExceptionHandle ART_GTEST_jni_compiler_test_DEX_DEPS := MyClassNatives ART_GTEST_jni_internal_test_DEX_DEPS := AllFields StaticLeafMethods |