Home
last modified time | relevance | path

Searched refs:exports (Results 1 – 5 of 5) sorted by relevance

/build/soong/android/
Ddeapexer.go76 exports map[string]Path member
86 path := i.exports[apexRelativePath]
98 func NewDeapexerInfo(exports map[string]Path) DeapexerInfo {
100 exports: exports,
/build/soong/scripts/
Dbuild-mainline-modules.sh19 art-module-test-exports
20 conscrypt-module-host-exports
22 conscrypt-module-test-exports
23 i18n-module-host-exports
25 i18n-module-test-exports
27 platform-mainline-test-exports
28 runtime-module-host-exports
32 tzdata-module-test-exports
/build/soong/apex/
Ddeapexer.go100 exports := make(map[string]android.Path)
103 exportedPaths := make(android.Paths, 0, len(exports))
107 exports[path] = extractedPath
114 if len(exports) > 0 {
116 ctx.SetProvider(android.DeapexerProvider, android.NewDeapexerInfo(exports))
/build/bazel/rules_cc/examples/
Dexperimental_cc_shared_library.bzl37 "exports": "cc_libraries that are linked statically and exported",
94 dep[CcSharedLibraryInfo].exports,
106 exports = entry[0]
108 for export in exports:
238 exports = {}
279 exports[owner] = True
290 return (exports, linker_inputs, link_once_static_libs)
351 (exports, linker_inputs, link_once_static_libs) = _filter_inputs(
387 exports[str(export.label)] = True
392 ctx.actions.write(content = "\n".join(exports.keys()), output = exports_debug_file)
[all …]
/build/soong/sdk/
DAndroid.bp18 "exports.go",