Searched refs:directory (Results 1 – 25 of 114) sorted by relevance
12345
/build/bazel/api_surfaces/ |
D | README.md | 3 This directory contains aliases to stub libraries (c,java,...). This directory 8 directory will be reorged into a separate git project eventually. 9 2. The internal source code layout of this directory is under development and
|
/build/bazel_common_rules/ |
D | README.md | 3 This directory contains common Bazel rules and tools shared between the Platform 8 directory. 11 directory](https://android.googlesource.com/kernel/build/+/master/kleaf/).
|
/build/bazel/scripts/difftool/ |
D | README.md | 3 This directory contains tools to compare build artifacts from two separate 15 2. Collect results to a tmp directory. 25 4. Collect results to a tmp directory.
|
/build/make/tools/finalization/ |
D | finalize-sdk-rel.sh | 7 …patch --strip=1 --no-backup-if-mismatch --directory="$top/build/soong" --input=../../build/make/to… 13 …patch --strip=1 --no-backup-if-mismatch --directory="$top/frameworks/base" --input=../../build/mak…
|
/build/make/target/board/mainline_arm64/sepolicy/ |
D | file.te | 2 # no longer need these SoC specific directory
|
D | file_contexts | 2 # no longer need these SoC specific directory
|
/build/bazel/ |
D | README.md | 3 The code in this directory is experimental. Bazel support for Android Platform
|
/build/soong/scripts/ |
D | setup_go_workspace_for_soong.sh | 208 Mounts the components of soong into a directory structure that Go tools 215 Create the directory structure that Go tools and editors expect by 216 binding the one to aosp build directory.
|
/build/soong/bin/ |
D | hmm | 34 - croot: Changes directory to the top of the tree, or a subdirectory thereof. 36 - mm: Builds and installs all of the modules in the current directory, and their 59 - godir: Go to the directory containing a file. 61 - gomod: Go to the directory containing a module. 62 - pathmod: Get the directory containing a module.
|
/build/bazel/rules/ |
D | README.md | 3 This directory contains Starlark extensions for building the Android Platform with Bazel.
|
/build/soong/cmd/sbox/sbox_proto/ |
D | sbox.proto | 33 // $PWD when sbox was run, the to field is relative to the top of the temporary sandbox directory. 36 // If true, change the working directory to the top of the temporary sandbox directory before 37 // running the command. If false, leave the working directory where it was when sbox was started. 44 // top of the temporary sandbox directory, the to field is relative to the $PWD when sbox was run. 67 // RspFile describes an rspfile that should be copied into the sandbox directory.
|
/build/bazel/json_module_graph/ |
D | filterSubtree.jq | 1 # CMD: Returns modules defined under the directory $arg
|
D | README.md | 4 This directory contains `jq` scripts that query Soong's module graph.
|
/build/soong/rust/ |
D | OWNERS | 1 # Additional owner/reviewers for rust rules, including parent directory owners.
|
/build/make/target/product/virtual_ab_ota/ |
D | README.md | 3 Devices that uses Virtual A/B must inherit from one of the makefiles in this directory.
|
/build/make/tools/atree/ |
D | Android.bp | 3 // Copies files into the directory structure described by a manifest
|
/build/pesto/experiments/prepare_bazel_test_env/ |
D | README.md | 38 `data/templates` directory) via Soong 39 2. Creates a prebuilts directory at `out/pesto-environment/prebuilts` which 51 links to the aforementioned `prebuilts` directory. 62 The sync command scans the staging directory at `out/pesto-environment/gen` for 65 `prebuilts` directory through a `.soong_prebuilts` symlink. 70 directory and create a symlink in the source tree to each file at the proper 74 2. Create a `.soong_prebuilts` directory in every location in the source tree 89 cleans up the environment directory at `out/pesto-environment` . 96 `.soong_prebuilts` directory for the source tree. 97 3. Remove the `out/pesto-environment` directory. [all …]
|
D | bazelenv.py | 630 def _verify_directory(directory: pathlib.Path, clean: bool = False) -> None: 638 if directory.exists() and clean: 639 logging.debug("Cleaning existing directory %s", directory) 640 shutil.rmtree(directory) 642 logging.debug("Verifying directory exists at %s", directory) 643 directory.mkdir(parents=True, exist_ok=True)
|
/build/release/aconfig/root/ |
D | README.md | 1 This directory contains the root release config from which all other release
|
/build/make/tools/fs_config/ |
D | README.md | 15 results. The Target files are used by filesystem and adb tools to ensure that the file and directory 16 properties are preserved during runtime operations. The host files in the `$OUT` directory are used 17 in the final stages when building the filesystem images to set the file and directory properties. 70 From within the `fs_config` directory, unit tests can be executed like so:
|
/build/bazel/scripts/bp2build_progress/ |
D | README.md | 3 This directory contains tools to generate reports and .png graphs of the 27 * --package-dir, -p: Package directory for Soong modules. Single package directory only supported f…
|
/build/bazel/mk2rbc/ |
D | apply_scripted_change.sh | 33 [[ -d $gr/.git ]] || { echo $gr is not a Git directory; rc=1; continue; }
|
/build/soong/provenance/provenance_metadata_proto/ |
D | provenance_metadata.proto | 29 // directory. For example, “prebuilts/runtime/mainline/i18n/apex/com.android.i18n-arm.apex”. 40 // the source tree directory. This is for prebuilt artifacts which have
|
/build/make/ |
D | Usage.txt | 32 to the current working directory). 37 To view the modules and targets defined in a particular directory, look for: 81 DIST_DIR The directory in which to place the distribution 83 OUT_DIR The directory in which to place non-distribution
|
/build/bazel/rules/java/ |
D | java_xsd_config_library.bzl | 17 # Return the relative directory where the java file should be generated 30 args.add("-o", intermediate_dir.path) # Pass the output directory 67 # Run xsdc to generate the .java files in an intermedite directory 82 # Zip the intermediate directory to a srcjar
|
12345