blob: 528afc9ad09ee8ddeb4e8c32bd2f417367871672 [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.
],
)