blob: fcd279cf7db4ebc4319f177b3b2c4b67c5cb48bc [file] [log] [blame]
# 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 = "headers",
srcs = glob([
"*.h",
]),
visibility = [
"//private/google-modules/aoc:__subpackages__",
],
)
filegroup(
name = "sources",
srcs = glob([
"*.c",
"*.h",
]),
visibility = [
"//private/google-modules/aoc:__subpackages__",
],
)