Index: services/BUILD.gn |
diff --git a/services/BUILD.gn b/services/BUILD.gn |
index 419c42304da0268500fd9472548d259bd65d2b32..4d12a4f52ed500874b04feb79d94e6389c0ec89d 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" ] |
} |