Home
last modified time | relevance | path

Searched refs:headers (Results 1 – 15 of 15) sorted by relevance

/build/soong/ui/build/
Dkati.go254 headers := strings.Fields(string(data))
255 if len(headers) < 1 {
258 headerDir := headers[0]
259 headers = headers[1:]
271 if !inList(path, headers) {
/build/soong/scripts/hiddenapi/
Dmerge_csv.py61 headers = {} variable
65 headers[fieldname] = ""
66 fieldnames = list(headers.keys())
/build/bazel/rules/
Dcc_object.bzl24 headers = []
28 headers += [f]
31 return non_headers, headers
/build/make/tools/ziptime/
DREADME.txt8 This tools replaces the timestamps in the zip headers with a static time
/build/soong/docs/
Dbest_practices.md54 `LOCAL_COPY_HEADERS` is deprecated. Soong modules cannot use these headers, and
63 access to the headers automatically if you link to the associated code.
66 the exported headers reference a library that you link to, use
69 to re-export the necessary headers to your users.
76 library and re-export it, or move the headers into a more appropriate location.
79 only if the headers are actually standalone, and do not have associated code.
80 Sometimes there are headers that have header-only sections, but also define
90 are using headers that shouldn't be available to them -- usually due to the
/build/soong/cc/
Dvendor_snapshot.go312 var headers android.Paths
493 headers = append(headers, m.SnapshotHeaders()...)
508 for _, header := range android.FirstUniquePaths(headers) {
Dgen.go184 headers := android.WritablePaths{headerFile, publicHeaderFile}
190 ImplicitOutputs: headers,
200 return cppFile, headers.Paths()
Dlibrary.go382 headers android.Paths member
441 func (f *flagExporter) addExportedGeneratedHeaders(headers ...android.Path) {
442 f.headers = append(f.headers, headers...)
458 GeneratedHeaders: f.headers,
665 …for _, header := range append(android.CopyOfPaths(l.flagExporter.headers), l.flagExporter.deps...)…
1027 headers := library.Properties.Vendor_public_library.Export_public_headers
1028 deps.HeaderLibs = append([]string(nil), headers...)
1029 deps.ReexportHeaderLibHeaders = append([]string(nil), headers...)
1558 …_, headers := android.FilterPathListPredicate(library.baseCompiler.syspropHeaders, func(path andro…
1566 library.addExportedGeneratedHeaders(headers...)
Dlibrary_sdk_member.go295 headers, _ := sdkModuleContext.GlobWithDeps(inputPath+"/**/*.h", nil)
296 for _, file := range headers {
Dsnapshot_prebuilt.go351 headers := collectSnapshotMap(s.properties.Header_libs, snapshotSuffix, snapshotHeaderSuffix)
362 HeaderLibs: headers,
/build/soong/partner/
DAndroid.bp51 srcs: ["bpfix/extensions/headers.go"],
/build/make/core/
Dconfig.mk356 TARGET_DEVICE_KERNEL_HEADERS := $(strip $(wildcard $(TARGET_DEVICE_DIR)/kernel-headers))
358 define validate-kernel-headers
360 $(filter-out kernel-headers,$(notdir $(hdr_dir))))),\
361 $(error Kernel header dirs must be end in kernel-headers: $(1)))
369 $(call validate-kernel-headers,$(TARGET_BOARD_KERNEL_HEADERS))
375 $(call validate-kernel-headers,$(TARGET_PRODUCT_KERNEL_HEADERS))
/build/bazel/
Dcommon.bazelrc32 # Disable sandboxing for CppCompile actions, as headers are not fully specified.
/build/make/tools/droiddoc/templates-pdk/
Dsdkpage.cs77 performance-critical portions of your apps in native code. It provides headers and
/build/make/
DChanges.md163 See the [build/soong/docs/best_practices.md#headers] for more information about
164 how best to handle headers in Android.
719 …g/docs/best_practices.md#headers]: https://android.googlesource.com/platform/build/soong/+/master/…