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