Home
last modified time | relevance | path

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

/build/soong/ui/build/
Dkati.go177 headers := strings.Fields(string(data))
178 if len(headers) < 1 {
181 headerDir := headers[0]
182 headers = headers[1:]
192 if !inList(path, headers) {
/build/soong/cc/
Dvendor_public_library.go112 headers := stub.Properties.Export_public_headers
113 deps.HeaderLibs = append(deps.HeaderLibs, headers...)
114 deps.ReexportHeaderLibHeaders = append(deps.ReexportHeaderLibHeaders, headers...)
Dllndk_library.go99 headers := addSuffix(stub.Properties.Export_llndk_headers, llndkHeadersSuffix)
100 deps.HeaderLibs = append(deps.HeaderLibs, headers...)
101 deps.ReexportHeaderLibHeaders = append(deps.ReexportHeaderLibHeaders, headers...)
219 func (headers *llndkHeadersDecorator) Name(name string) string {
Dgen.go170 headers := android.WritablePaths{headerFile, publicHeaderFile}
176 ImplicitOutputs: headers,
186 return cppFile, headers.Paths()
Dlibrary_sdk_member.go249 headers, _ := sdkModuleContext.GlobWithDeps(path.String()+"/**/*.h", nil)
250 for _, file := range headers {
Dvndk.go609 var headers android.Paths
682 headers = append(headers, l.snapshotHeaders()...)
687 for _, header := range android.FirstUniquePaths(headers) {
Dvendor_snapshot.go649 var headers android.Paths
801 headers = append(headers, l.snapshotHeaders()...)
817 for _, header := range android.FirstUniquePaths(headers) {
Dlibrary.go247 headers android.Paths member
291 func (f *flagExporter) addExportedGeneratedHeaders(headers ...android.Path) {
292 f.headers = append(f.headers, headers...)
312 return f.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/partner/
DAndroid.bp47 srcs: ["bpfix/extensions/headers.go"],
/build/make/core/
Dconfig.mk351 TARGET_DEVICE_KERNEL_HEADERS := $(strip $(wildcard $(TARGET_DEVICE_DIR)/kernel-headers))
353 define validate-kernel-headers
355 $(filter-out kernel-headers,$(notdir $(hdr_dir))))),\
356 $(error Kernel header dirs must be end in kernel-headers: $(1)))
364 $(call validate-kernel-headers,$(TARGET_BOARD_KERNEL_HEADERS))
370 $(call validate-kernel-headers,$(TARGET_PRODUCT_KERNEL_HEADERS))
DMakefile126 …$(error duplicate header copies are no longer allowed. For more information about headers, see: ht…
/build/make/tools/droiddoc/templates-pdk/
Dsdkpage.cs77 performance-critical portions of your apps in native code. It provides headers and
/build/make/tools/droiddoc/templates-ndk/assets/js/
Dandroid_3p-bundle.js2682headers=b.element.find(c.header).addClass("ui-accordion-header ui-helper-reset ui-state-default ui…
/build/make/
DChanges.md109 See the [build/soong/docs/best_practices.md#headers] for more information about
110 how best to handle headers in Android.
665 …g/docs/best_practices.md#headers]: https://android.googlesource.com/platform/build/soong/+/master/…
/build/make/tools/droiddoc/templates-ndk/assets/css/
Ddefault.css307 /* nested nav headers */