blob: 697b5a90bfb26110b0aa03e1ef47bd246e9d9491 [file] [log] [blame]
Chris Parsonsfb4e6a92021-11-10 15:38:52 -05001# NOTE: THIS FILE IS EXPERIMENTAL FOR THE BAZEL MIGRATION AND NOT USED FOR
2# YOUR BUILDS CURRENTLY.
3#
4# It is not yet the source of truth for your build. If you're looking to modify
5# the build file, modify the Android.bp file instead. Do *not* modify this file
6# unless you have coordinated with the team managing the Soong to Bazel
7# migration.
8
9filegroup(
10 name = "tools",
11 srcs = glob(["**/**"]),
12 visibility = ["//prebuilts/clang/host/linux-x86:__pkg__"],
13)