diff options
author | Adin Scannell <ascannell@google.com> | 2019-06-28 17:19:04 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-06-28 17:20:25 -0700 |
commit | 7dae043fecc109d7a0ae1d5d6274e48b1bf04d13 (patch) | |
tree | 5c59428aecaf09ad74ccd72c179508376e414b67 /pkg/abi/linux/BUILD | |
parent | d3f97aec49e5364e33fa7acd9f81206ed3fa4aed (diff) |
Drop ashmem and binder.
These are unfortunately unused and unmaintained. They can be brought back in
the future if need requires it.
PiperOrigin-RevId: 255697132
Diffstat (limited to 'pkg/abi/linux/BUILD')
-rw-r--r-- | pkg/abi/linux/BUILD | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/abi/linux/BUILD b/pkg/abi/linux/BUILD index 29ea12ad5..cd405aa96 100644 --- a/pkg/abi/linux/BUILD +++ b/pkg/abi/linux/BUILD @@ -10,9 +10,7 @@ go_library( name = "linux", srcs = [ "aio.go", - "ashmem.go", "audit.go", - "binder.go", "bpf.go", "capability.go", "dev.go", |