Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index a3e4bf8f701507d00034da1c49bf69689d1cf606..fc75e3fd5d2ed628166b47fc381781361133778c 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -25,7 +25,7 @@ group("default") { |
| deps += [ "//tools/xdisplaycheck" ] |
| } |
| - if (is_linux) { |
| + if (is_linux || is_android) { |
| deps += [ "//sandbox/linux:sandbox" ] |
| deps += [ "//sandbox/linux:sandbox_linux_unittests" ] |
| } |