mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-07 07:43:38 +03:00
base: Fix Android build missing -latomic
This commit is contained in:
parent
070fb9bdb6
commit
c9ada9dc5d
1 changed files with 1 additions and 1 deletions
|
@ -1489,7 +1489,7 @@ mixed_component("base") {
|
|||
# building inside the cros_sdk environment - use host_toolchain as a
|
||||
# more robust check for this.
|
||||
if (!use_sysroot &&
|
||||
(is_android || ((is_linux || is_chromeos) && !is_chromecast)) &&
|
||||
(is_linux || is_chromeos) && !is_chromecast &&
|
||||
host_toolchain != "//build/toolchain/cros:host") {
|
||||
libs += [ "atomic" ]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue