Home
last modified time | relevance | path

Searched refs:copts (Results 1 – 12 of 12) sorted by relevance

/build/soong/bp2build/
Dcc_library_static_conversion_test.go178 copts = [
208 copts = ["-I."],
213 copts = ["-I."],
218 copts = ["-I."],
223 copts = ["-I."],
258 copts = [
283 copts = ["-I."],
306 copts = ["-I."],
342 copts = [
373 copts = [
[all …]
Dcc_library_headers_conversion_test.go134 copts = ["-I."],
150 copts = ["-I."],
154 copts = ["-I."],
188 copts = ["-I."],
191 copts = ["-I."],
194 copts = ["-I."],
197 copts = ["-I."],
209 copts = ["-I."],
212 copts = ["-I."],
215 copts = ["-I."],
[all …]
Dcc_library_conversion_test.go115 copts = [
182 copts = [
247 copts = ["-Iexternal"] + select({
312 copts = [
352 copts = ["-Ifoo/bar"],
385 copts = ["-Ifoo/bar"],
418 copts = ["-Ifoo/bar"],
422 copts = ["-Ifoo/bar"],
466 copts = ["-Ifoo/bar"],
471 copts = ["-Ifoo/bar"],
[all …]
Dcc_object_conversion_test.go62 copts = [
106 copts = [
140 copts = [
147 copts = [
173 copts = ["-fno-addrsig"],
196 copts = ["-fno-addrsig"],
284 copts = [
329 copts = [
373 copts = [
/build/soong/cc/
Dbp2build.go89 copts bazel.StringListAttribute member
103 copts := bazel.StringListAttribute{Value: lib.SharedProperties.Shared.Cflags}
118 copts: copts,
127 copts bazel.StringListAttribute member
141 copts := bazel.StringListAttribute{Value: lib.StaticProperties.Static.Cflags}
156 copts: copts,
166 copts bazel.StringListAttribute member
174 var copts bazel.StringListAttribute
192 var copts []string
197 copts = append(copts, strings.Split(flag, " ")...)
[all …]
Dlibrary_headers.go150 Copts: compilerAttrs.copts,
Dobject.go190 Copts: compilerAttrs.copts,
Dlibrary.go298 Copts: compilerAttrs.copts,
301 Shared_copts: sharedAttrs.copts,
307 Static_copts: staticAttrs.copts,
2248 Copts: compilerAttrs.copts,
/build/bazel/rules/
Dfull_cc_library.bzl12 copts = [],
44 copts = copts + static_copts,
59 copts = copts + shared_copts,
Dcc_object.bzl4 # "cc_object" module copts, taken from build/soong/cc/object.go
64 user_compile_flags = ctx.attr.copts + asflags,
96 "copts": attr.string_list(),
114 copts = [],
127 copts = _CC_OBJECT_COPTS + copts,
Dcc_library_static.bzl8 copts = [],
24 copts = copts,
/build/bazel/
Dcommon.bazelrc21 # Do not tokenize copts, other than strings that consist of a single Make
23 # and quotes in copts.