diff options
| -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 0579f9bb77..352938e1a3 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 +ART_GTEST_dex_file_test_DEX_DEPS := GetMethodSignature 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 |