Chris Parsons | 8b768d3 | 2020-09-29 02:44:25 -0400 | [diff] [blame] | 1 | # This file added for experimental interoperability with Bazel. |
2 | package(default_visibility = ["//visibility:private"]) | ||||
3 | |||||
4 | filegroup( | ||||
5 | name = "bionic-gensyscalls", | ||||
6 | srcs = ["gensyscalls.py"], | ||||
7 | visibility = ["//bionic/libc:__pkg__"], | ||||
8 | ) |