Home
last modified time | relevance | path

Searched refs:directory (Results 1 – 25 of 114) sorted by relevance

12345

/build/bazel/api_surfaces/
DREADME.md3 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/
DREADME.md3 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/
DREADME.md3 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/
Dfinalize-sdk-rel.sh7 …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/
Dfile.te2 # no longer need these SoC specific directory
Dfile_contexts2 # no longer need these SoC specific directory
/build/bazel/
DREADME.md3 The code in this directory is experimental. Bazel support for Android Platform
/build/soong/scripts/
Dsetup_go_workspace_for_soong.sh208 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/
Dhmm34 - 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/
DREADME.md3 This directory contains Starlark extensions for building the Android Platform with Bazel.
/build/soong/cmd/sbox/sbox_proto/
Dsbox.proto33 // $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/
DfilterSubtree.jq1 # CMD: Returns modules defined under the directory $arg
DREADME.md4 This directory contains `jq` scripts that query Soong's module graph.
/build/soong/rust/
DOWNERS1 # Additional owner/reviewers for rust rules, including parent directory owners.
/build/make/target/product/virtual_ab_ota/
DREADME.md3 Devices that uses Virtual A/B must inherit from one of the makefiles in this directory.
/build/make/tools/atree/
DAndroid.bp3 // Copies files into the directory structure described by a manifest
/build/pesto/experiments/prepare_bazel_test_env/
DREADME.md38 `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 …]
Dbazelenv.py630 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/
DREADME.md1 This directory contains the root release config from which all other release
/build/make/tools/fs_config/
DREADME.md15 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/
DREADME.md3 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/
Dapply_scripted_change.sh33 [[ -d $gr/.git ]] || { echo $gr is not a Git directory; rc=1; continue; }
/build/soong/provenance/provenance_metadata_proto/
Dprovenance_metadata.proto29 // 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/
DUsage.txt32 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/
Djava_xsd_config_library.bzl17 # 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