Home
last modified time | relevance | path

Searched refs:project (Results 1 – 16 of 16) sorted by relevance

/build/soong/rust/
Dproject_json.go74 func mergeDependencies(ctx android.SingletonContext, project *rustProjectJson,
80 childId, childName, ok := appendLibraryAndDeps(ctx, project, knownCrates, child)
96 func appendLibraryAndDeps(ctx android.SingletonContext, project *rustProjectJson,
112 crate := project.Crates[cInfo.ID]
113 mergeDependencies(ctx, project, knownCrates, module, &crate, cInfo.Deps)
122 mergeDependencies(ctx, project, knownCrates, module, &crate, deps)
124 id := len(project.Crates)
126 project.Crates = append(project.Crates, crate)
129 project.Roots = append(project.Roots, path.Dir(crate.RootModule))
138 project := rustProjectJson{}
[all …]
/build/soong/docs/
Dclion.md1 # CLion project generator
6 CMakeLists.txt project file generation is enabled via environment variable:
18 or build only the project you are interested in:
49 An example of a super project for surfaceflinger (using libui and libgui)
54 project(native)
63 Upon opening a project it looks like all the folder structure has been
68 This is because you need to change the project root. Via Tools > CMake >
Dperf.md268 [catapult trace_viewer]: https://github.com/catapult-project/catapult/blob/master/tracing/README.md
/build/soong/scripts/
Ddiff_build_graphs.sh87 project="$(echo $versionSpec | sed 's|\([^:]*\):\([^:]*\)|\1|')"
89 echo "checking out ref $ref in project $project"
90 git -C "$project" checkout "$ref"
DAndroid.bp193 name: "lint-project-xml",
194 main: "lint-project-xml.py",
196 "lint-project-xml.py",
/build/make/tools/droiddoc/templates-ndk/
Dsampleindex.cs67 <?cs else ?> <?cs # else not project structure doc ?>
71 <?cs # Remove project structure from landing pages for now
/build/make/tools/warn/
Dhtml_writer.py347 for project in projects:
348 csvwriter.writerow([pattern['projects'][project], project, warning])
/build/blueprint/
DREADME.md10 descriptions to build rules, Blueprint delegates this to per-project build
DCONTRIBUTING.md19 All submissions, including submissions by project members, require review. We
/build/soong/partner/
DAndroid.bp16 // Sample project for creating an extended androidmk
/build/make/tools/
Dbrillo-clang-format22 # your project pointing to this file, as this repository is expected to be
/build/soong/
DREADME.md302 * `["//project:__subpackages__", "//other:__subpackages__"]`: Only modules in
303 packages `project` or `other` or in one of their sub-packages have access to
304 this module. For example, `//project:rule`, `//project/library:lib` or
307 * `["//project"]`: This is shorthand for `["//project:__pkg__"]`
308 * `[":__subpackages__"]`: This is shorthand for `["//project:__subpackages__"]`
309 where `//project` is the module's package, e.g. using `[":__subpackages__"]` in
/build/make/core/
DWINPTHREADS_COPYING1 Copyright (c) 2011 mingw-w64 project
/build/soong/cmd/pom2mk/
Dpom2mk.go360 project, mappings are searched in the order they were specified. The first <regex> matching
/build/soong/cmd/pom2bp/
Dpom2bp.go586 project, mappings are searched in the order they were specified. The first <regex> matching
/build/make/tools/droiddoc/templates-ndk/assets/css/
Ddefault.css2648 content: 'This resource is not available for browsing. To view it, please download the project.';
2652 Styles for project structure (treeview) page