Home
last modified time | relevance | path

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

12

/build/bazel/rules_cc/
DREADME.md1 This directory and its subdirectories are a partial fork of the
5 To reduce the number of dependencies of this directory, not all files in `rules_cc`
8 When a file in this directory diverges
12 This directory must follow HEAD `rules_cc` as closely as possible, with
/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/soong/python/scripts/
Dstub_template_host.txt20 for directory in search_path:
21 if directory == '': continue
22 path = os.path.join(directory, name)
/build/bazel/bazel_skylib/
DREADME.md1 This directory and its subdirectories are a partial fork of the
5 Not all files in `bazel-skylib` are included. When a file in this directory diverges
/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/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/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
Dbazel.BUILD11 # dependencies of the cc_toolchain. Then the root directory of the repository
/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/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/pesto/experiments/prepare_bazel_test_env/
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/soong/rust/
DOWNERS1 # Additional owner/reviewers for rust rules, including parent directory owners.
/build/make/tools/atree/
DAndroid.bp3 // Copies files into the directory structure described by a manifest
/build/soong/third_party/zip/testdata/
Dreadme.notzip32 directory (the one containing this README). You can omit the
35 You should also add the Go binary directory $GOROOT/bin
/build/blueprint/bootstrap/
Dbuild.ninja6 # bootstrapBuildDir - The path to the build directory
/build/make/tools/docker/
DREADME.md1 The Dockerfile in this directory sets up an Ubuntu Trusty image ready to build
/build/soong/cmd/extract_apks/bundle_proto/
Dconfig.proto105 // the targeting is encoded in the directory name (e.g: assets/foo#tcf_etc1)
126 // If not set or empty, the fallback directory in each directory group will be
/build/make/tools/
Dcompare_builds.py364 def Clean(directory): argument
367 shutil.rmtree(directory)
483 def FindFilesAndDirectories(directory): argument
486 for root, dirs, files in os.walk(directory, followlinks=False):
/build/soong/
DREADME.md133 A package is defined as a directory containing a file named `Android.bp`, residing beneath the
134 top-level directory in the build and its name is its path relative to the top-level directory. A
135 package includes all files in its directory, plus all subdirectories beneath it, except those which
140 For example, in the following directory tree (where `.../android/` is the top-level Android
141 directory) there are two packages, `my/app`, and the subpackage `my/app/tests`. Note that
142 `my/app/data` is not a package, but a directory belonging to package `my/app`.
154 in the same package directory it is highly recommended that the `package` module (if required) is
208 The name of a namespace is the path of its directory. The name of the namespace
351 in the current directory:
568 To load Soong code in a Go-aware IDE, create a directory outside your android tree and then:
[all …]
/build/bazel/examples/queryview/
DREADME.md10 Setup your AOSP product config and create the queryview directory:
/build/soong/docs/
Dbest_practices.md5 Never write to the source directory during the build, always write to
23 as that could trigger extra rebuilds when a source directory is moved.
25 Assume that the source directory is `$PWD`. If a script is going to change
74 directory (for example, if you have ./src/ and ./include/, you probably want to
130 editors will write temporary files into the same directory, so changing a
131 README could trigger the directory's timestamp to be updated.
/build/bazel/json_module_graph/
DREADME.md3 This directory contains `jq` scripts that query Soong's module graph.
/build/make/core/
Djacoco.mk110 …$(JAR) -uf $(PRIVATE_TEMP_JAR_PATH) $(call jar-args-sorted-files-in-directory,$(PRIVATE_INSTRUMENT…

12