blob: 8f883ad389796b2b7c3c10c5b50718e23b02fe37 [file] [log] [blame] [edit]
cc_library(name = "abc",
srcs = [
# Animals or animal sounds.
"yellowjacket.c",
"buzz.c",
"caribou.c",
# Ocean phenomena.
"wave.c",
"emerald_sea.c",
# Other stuff.
],
)