blob: 1af5ea4c8538037e44afe7002af997dd4bb951bd [file] [log] [blame]
Scott James Remnant4c292312015-05-12 13:58:49 -07001# This pulls in main/BUILD.gn and all of its dependencies.
2group("bluetooth") {
3 deps = [
4 "//main:bluetooth.default",
5 ]
6}