Skip to content

Commit 7f832ae

Browse files
Move libcxx to //flutter/third_party (#850)
See flutter/flutter#144202
1 parent 7840a4a commit 7f832ae

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build/config/BUILDCONFIG.gn

+3-3
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,8 @@ _native_compiler_configs = [
354354

355355
if (use_flutter_cxx) {
356356
_native_compiler_configs += [
357-
"//third_party/libcxxabi:libcxxabi_config",
358-
"//third_party/libcxx:libcxx_config",
357+
"//flutter/third_party/libcxxabi:libcxxabi_config",
358+
"//flutter/third_party/libcxx:libcxx_config",
359359
]
360360
}
361361

@@ -616,7 +616,7 @@ if (use_flutter_cxx) {
616616
deps = []
617617
}
618618
if (!defined(invoker.no_default_deps) || !invoker.no_default_deps) {
619-
deps += [ "//third_party/libcxx" ]
619+
deps += [ "//flutter/third_party/libcxx" ]
620620
}
621621
}
622622
}

build/config/compiler/BUILD.gn

+2-2
Original file line numberDiff line numberDiff line change
@@ -532,8 +532,8 @@ config("runtime_library") {
532532
ldflags += [ "-nostdlib++" ]
533533
}
534534
include_dirs = [
535-
"//third_party/libcxx/include",
536-
"//third_party/libcxxabi/include",
535+
"//flutter/third_party/libcxx/include",
536+
"//flutter/third_party/libcxxabi/include",
537537
]
538538
}
539539

0 commit comments

Comments
 (0)