xref: /llvm-project/llvm/utils/gn/build/libs/implicit/BUILD.gn (revision 19784825379e1dce0fe3b9c8a1af95bd60576fa6)
1# This target represents the library dependencies that are implicitly linked by
2# the compiler.
3if (current_os == "android") {
4  group("implicit") {
5    deps = [
6      "//compiler-rt/lib/builtins",
7      "//libunwind/src:unwind_static",
8    ]
9  }
10}
11