Index: tools/battor_agent/BUILD.gn |
diff --git a/tools/battor_agent/BUILD.gn b/tools/battor_agent/BUILD.gn |
index ba98b2d36659de35f482072b2f26acc9fc8e6c78..a1f1edbc92c9b7593d1fd94bc38358309becddaa 100644 |
--- a/tools/battor_agent/BUILD.gn |
+++ b/tools/battor_agent/BUILD.gn |
@@ -4,6 +4,9 @@ |
import("//testing/test.gni") |
+# Works only on desktop platforms. |
+assert(is_win || is_linux || is_mac) |
+ |
executable("battor_agent") { |
sources = [ |
"battor_agent_bin.cc", |