summaryrefslogtreecommitdiffstats
path: root/sandbox/linux/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/linux/BUILD.gn')
-rw-r--r--sandbox/linux/BUILD.gn11
1 files changed, 1 insertions, 10 deletions
diff --git a/sandbox/linux/BUILD.gn b/sandbox/linux/BUILD.gn
index b7d3bfe..341d363 100644
--- a/sandbox/linux/BUILD.gn
+++ b/sandbox/linux/BUILD.gn
@@ -192,7 +192,7 @@ action("bpf_dsl_golden") {
rebase_path(outputs, root_build_dir) + rebase_path(inputs, root_build_dir)
}
-# TODO(GYP): Delete these after we've converted everything to GN.
+# TODO(GYP): Delete this after we've converted everything to GN.
# The _run targets exist only for compatibility w/ GYP.
group("sandbox_linux_unittests_run") {
testonly = true
@@ -201,15 +201,6 @@ group("sandbox_linux_unittests_run") {
]
}
-if (is_android) {
- group("sandbox_linux_unittests_apk_run") {
- testonly = true
- deps = [
- ":sandbox_linux_unittests",
- ]
- }
-}
-
# The main sandboxing test target. "sandbox_linux_unittests" cannot use the
# test() template because the test is run as an executable not as an APK on
# Android.