summaryrefslogtreecommitdiff
path: root/BUILD.bazel
blob: 697b5a90bfb26110b0aa03e1ef47bd246e9d9491 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# NOTE: THIS FILE IS EXPERIMENTAL FOR THE BAZEL MIGRATION AND NOT USED FOR
# YOUR BUILDS CURRENTLY.
#
# It is not yet the source of truth for your build. If you're looking to modify
# the build file, modify the Android.bp file instead. Do *not* modify this file
# unless you have coordinated with the team managing the Soong to Bazel
# migration.

filegroup(
    name = "tools",
    srcs = glob(["**/**"]),
    visibility = ["//prebuilts/clang/host/linux-x86:__pkg__"],
)