mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-14 14:40:57 +00: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
|
# building inside the cros_sdk environment - use host_toolchain as a
|
||||||
# more robust check for this.
|
# more robust check for this.
|
||||||
if (!use_sysroot &&
|
if (!use_sysroot &&
|
||||||
(is_android || ((is_linux || is_chromeos) && !is_chromecast)) &&
|
(is_linux || is_chromeos) && !is_chromecast &&
|
||||||
host_toolchain != "//build/toolchain/cros:host") {
|
host_toolchain != "//build/toolchain/cros:host") {
|
||||||
libs += [ "atomic" ]
|
libs += [ "atomic" ]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue