Home
last modified time | relevance | path

Searched refs:Header (Results 1 – 9 of 9) sorted by relevance

/build/make/core/
Dheader_library_internal.mk17 $(call pretty-error,Header libraries may not have any sources)
/build/bazel/rules/cc/
Dcc_library_headers.bzl47 "hdrs": attr.label_list(doc = "Header files.", allow_files = constants.hdr_dot_exts),
Dcc_yacc_library.bzl38 # Header file
/build/make/tools/zipalign/
DREADME.txt22 the "extra" field in the zip Local File Header sections. Existing data
/build/soong/cc/
Dlinkable.go219 Header() bool methodSpec
Dllndk_library.go143 …if c, ok := m.(*Module); ok && c.VendorProperties.IsLLNDK && !c.Header() && !c.IsVndkPrebuiltLibra…
Dsanitize.go1165 } else if c.StaticallyLinked() || c.Header() {
1236 if !d.StaticallyLinked() && !d.Header() {
1271 if c.StaticallyLinked() || c.Header() {
1306 …if !c.Binary() && !c.StaticallyLinked() && !c.Header() && mctx.Device() && s.sanitizer == Asan && …
1582 } else if !c.static() && !c.Header() {
Dcc.go1537 return ctx.mod.Header()
3656 func (c *Module) Header() bool { func
/build/soong/rust/
Drust.go179 func (mod *Module) Header() bool { func