10 lines
249 B
Text
10 lines
249 B
Text
# This target represents the library dependencies that are implicitly linked by
|
|
# the compiler.
|
|
if (current_os == "android") {
|
|
group("implicit") {
|
|
deps = [
|
|
"//compiler-rt/lib/builtins",
|
|
"//libunwind/src:unwind_static",
|
|
]
|
|
}
|
|
}
|