Searched refs:project (Results 1 – 16 of 16) sorted by relevance
/build/soong/rust/ |
D | project_json.go | 74 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/ |
D | clion.md | 1 # 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 >
|
D | perf.md | 268 [catapult trace_viewer]: https://github.com/catapult-project/catapult/blob/master/tracing/README.md
|
/build/soong/scripts/ |
D | diff_build_graphs.sh | 87 project="$(echo $versionSpec | sed 's|\([^:]*\):\([^:]*\)|\1|')" 89 echo "checking out ref $ref in project $project" 90 git -C "$project" checkout "$ref"
|
D | Android.bp | 193 name: "lint-project-xml", 194 main: "lint-project-xml.py", 196 "lint-project-xml.py",
|
/build/make/tools/droiddoc/templates-ndk/ |
D | sampleindex.cs | 67 <?cs else ?> <?cs # else not project structure doc ?> 71 <?cs # Remove project structure from landing pages for now
|
/build/make/tools/warn/ |
D | html_writer.py | 347 for project in projects: 348 csvwriter.writerow([pattern['projects'][project], project, warning])
|
/build/blueprint/ |
D | README.md | 10 descriptions to build rules, Blueprint delegates this to per-project build
|
D | CONTRIBUTING.md | 19 All submissions, including submissions by project members, require review. We
|
/build/soong/partner/ |
D | Android.bp | 16 // Sample project for creating an extended androidmk
|
/build/make/tools/ |
D | brillo-clang-format | 22 # your project pointing to this file, as this repository is expected to be
|
/build/soong/ |
D | README.md | 302 * `["//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/ |
D | WINPTHREADS_COPYING | 1 Copyright (c) 2011 mingw-w64 project
|
/build/soong/cmd/pom2mk/ |
D | pom2mk.go | 360 project, mappings are searched in the order they were specified. The first <regex> matching
|
/build/soong/cmd/pom2bp/ |
D | pom2bp.go | 586 project, mappings are searched in the order they were specified. The first <regex> matching
|
/build/make/tools/droiddoc/templates-ndk/assets/css/ |
D | default.css | 2648 content: 'This resource is not available for browsing. To view it, please download the project.'; 2652 Styles for project structure (treeview) page
|