diff --git a/tests/Android.bp b/tests/Android.bp index 7f00adcd..9ad3d3b8 100644 --- a/tests/Android.bp +++ b/tests/Android.bp @@ -134,6 +134,10 @@ cc_test { test_suites: ["device-tests"], + tidy_timeout_srcs: [ + "unit/commands_test.cpp", + ], + srcs: [ "unit/*.cpp", ], @@ -192,6 +196,10 @@ cc_test_host { "libupdater_defaults", ], + tidy_timeout_srcs: [ + "unit/host/imgdiff_test.cpp", + ], + srcs: [ "unit/host/*", ],