Sign in
android
/
toolchain
/
llvm-project
/
refs/heads/android12-mainline-extservices-release
/
.
/
llvm
/
utils
/
gn
/
secondary
/
libcxxabi
/
include
/
BUILD.gn
blob: 74541e6b31227b1038159869c560e30f6e17fde3 [
file
] [
log
] [
blame
] [
edit
]
import
(
"//clang/resource_dir.gni"
)
copy
(
"include"
)
{
sources
=
[
"__cxxabi_config.h"
,
"cxxabi.h"
,
]
outputs
=
[
"$root_build_dir/include/c++/v1/{{source_target_relative}}"
]
}