aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp10
1 files changed, 0 insertions, 10 deletions
diff --git a/Android.bp b/Android.bp
index 8d06c40..9f99b8b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -15,16 +15,6 @@
cc_library_static {
name: "external_seccomp_tests",
- // mips and mips64 don't support Seccomp.
- arch: {
- mips: {
- enabled: false,
- },
- mips64: {
- enabled: false,
- },
- },
-
srcs: [
"linux/seccomp_bpf.c",
"seccomp_bpf_tests.c",