brintos

brintos / llvm-project-archived public Read only

0
0
Text · 249 B · 6f330d2 Raw
11 lines · plain
1# This target represents the library dependencies that are implicitly linked by2# 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