Depend on libasync_safe module instead of breaking package boundary.
This makes Bazel conversion easier (because in Bazel package boundaries really matter). Test: m libc still builds, and m also builds. Change-Id: I5cfc9d83dffd3110ffad9ce03198e6141c8c5b33
This commit is contained in:
parent
051b454ff1
commit
78f48a511f
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,6 @@ license {
|
|||
}
|
||||
|
||||
libc_common_src_files = [
|
||||
"async_safe/async_safe_log.cpp",
|
||||
"bionic/ether_aton.c",
|
||||
"bionic/ether_ntoa.c",
|
||||
"bionic/exit.cpp",
|
||||
|
@ -1420,6 +1419,7 @@ cc_library_static {
|
|||
whole_static_libs: [
|
||||
"gwp_asan",
|
||||
"libarm-optimized-routines-string",
|
||||
"libasync_safe",
|
||||
"libc_bionic_ndk",
|
||||
"libc_bootstrap",
|
||||
"libc_fortify",
|
||||
|
@ -1451,6 +1451,7 @@ cc_library_static {
|
|||
|
||||
whole_static_libs: [
|
||||
"libarm-optimized-routines-string",
|
||||
"libasync_safe",
|
||||
"libc_bionic",
|
||||
"libc_bionic_ndk",
|
||||
"libc_bootstrap",
|
||||
|
|
Loading…
Reference in a new issue