commit | caf8f4c5aaa1c2827d13309bd59b9f4b7e3424b9 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Tue Oct 08 18:47:48 2019 +0100 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Wed Oct 09 08:35:28 2019 +0000 |
tree | 5948f5d4c0256f7a2e59a8ac33e7b69dc4afc3d5 | |
parent | 2bb44fe818f2bf1d867a6ae490ef69c7f3a51e97 [diff] |
Fix dependencies of profile_boot_info_test. To fix flakes like: https://android-build.googleplex.com/builds/git_master-art-host-linux-art-generational-cc/5924459/logs/build.log Test: profile_boot_info_test Change-Id: I72d86ef395d64ed366810bce13d536e705210341
diff --git a/build/Android.gtest.mk b/build/Android.gtest.mk index 7f38c77..258a8b0 100644 --- a/build/Android.gtest.mk +++ b/build/Android.gtest.mk
@@ -232,7 +232,7 @@ ART_GTEST_reflection_test_DEX_DEPS := Main NonStaticLeafMethods StaticLeafMethods ART_GTEST_profile_assistant_test_DEX_DEPS := ProfileTestMultiDex ART_GTEST_profile_compilation_info_test_DEX_DEPS := ManyMethods ProfileTestMultiDex -ART_GTEST_profile_boot_info_test_DEX_DEPS := ManyMethods ProfileTestMultiDex +ART_GTEST_profile_boot_info_test_DEX_DEPS := ManyMethods ProfileTestMultiDex MultiDex ART_GTEST_profiling_info_test_DEX_DEPS := ProfileTestMultiDex ART_GTEST_runtime_callbacks_test_DEX_DEPS := XandY ART_GTEST_stub_test_DEX_DEPS := AllFields