Index: services/BUILD.gn |
diff --git a/services/BUILD.gn b/services/BUILD.gn |
index cabed53af2a90947f50a7ea31eaafca654464e59..fde7ae425d5c7cc310050b6561ef021dd1c06465 100644 |
--- a/services/BUILD.gn |
+++ b/services/BUILD.gn |
@@ -85,6 +85,10 @@ group("tests") { |
"//services/prediction:apptests", |
] |
+ if (!is_android) { |
+ deps += [ "//services/authentication:apptests" ] |
+ } |
+ |
if (is_linux && !is_fnl) { |
deps += [ "//services/python:python_apptests" ] |
} |