diff options
Diffstat (limited to 'tools/battor_agent/BUILD.gn')
-rw-r--r-- | tools/battor_agent/BUILD.gn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/battor_agent/BUILD.gn b/tools/battor_agent/BUILD.gn index 03c5594..07d3af5 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", |