Home
last modified time | relevance | path

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

12

/build/make/tools/makeparallel/
DMakefile79 @EXPECTED="-j1234" $(MAKEPARALLEL_TEST) --no-print-directory -j1234
80 @EXPECTED="-j1234" $(MAKEPARALLEL_TEST) --no-print-directory -k -j1234
85 @EXPECTED="-j1234" $(MAKEPARALLEL_NINJA_TEST) --no-print-directory -j1234
86 @EXPECTED="-j1234 -k0" $(MAKEPARALLEL_NINJA_TEST) --no-print-directory -k -j1234
/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/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/atree/
DAndroid.bp3 // Copies files into the directory structure described by a manifest
/build/make/
DUsage.txt38 to the current working directory).
43 To view the modules and targets defined in a particular directory, look for:
87 DIST_DIR The directory in which to place the distribution
89 OUT_DIR The directory in which to place non-distribution
Dbuildspec.mk.default19 # named "buildspec.mk" in the root directory, and uncomment or change
24 # Choose a product to build for. Look in the products directory for ones
Denvsetup.sh12 - croot: Changes directory to the top of the tree, or a subdirectory thereof.
14 - mm: Builds all of the modules in the current directory, but not their dependencies.
17 - mma: Builds all of the modules in the current directory, and their dependencies.
28 - godir: Go to the directory containing a file.
30 - gomod: Go to the directory containing a module.
31 - pathmod: Get the directory containing a module.
DChanges.md139 ...mk:42: warning: writing to readonly directory: "kernel-modules"
147 outputs from the build system should be within the output directory,
202 output directory could become significantly more expensive than it already can
272 In every case we've seen, the fix is relatively simple: move the directory into
329 To start with, this includes replacing the $PATH with our own directory of
378 All of the make variables may be relative paths from the current directory, or
379 absolute paths if the output directory was specified as an absolute path. If you
390 In Android.mk files, you can always assume that the current directory is the
/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/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.
Dclion.md24 Projects are generated in the ``out`` directory. In the case of libui, the path would
/build/soong/
DREADME.md124 soong_namespace found in an Android.bp in the current directory or closest
125 ancestor directory, unless no such soong_namespace module is found, in which
146 in the current directory:
226 To load Soong code in a Go-aware IDE, create a directory outside your android tree and then:
229 export GOPATH=<path to the directory you created>
233 This will bind mount the Soong source directories into the directory in the layout expected by
/build/make/tools/docker/
DREADME.md1 The Dockerfile in this directory sets up an Ubuntu Trusty image ready to build
/build/make/tools/fs_config/
DREADME113 From within the fs_config directory, unit tests can be executed like so:
138 used by filesystem and adb tools to ensure that the file and directory
140 ${OUT} directory are used in the final stages when building the filesystem
141 images to set the file and directory properties.
/build/make/core/
Djacoco.mk106 …$(JAR) -uf $(PRIVATE_TEMP_JAR_PATH) $(call jar-args-sorted-files-in-directory,$(PRIVATE_INSTRUMENT…
/build/kati/
DREADME.md32 % cd <android-directory>
/build/
Dbuildspec.mk.default19 # named "buildspec.mk" in the root directory, and uncomment or change
24 # Choose a product to build for. Look in the products directory for ones
Denvsetup.sh12 - croot: Changes directory to the top of the tree, or a subdirectory thereof.
14 - mm: Builds all of the modules in the current directory, but not their dependencies.
17 - mma: Builds all of the modules in the current directory, and their dependencies.
28 - godir: Go to the directory containing a file.
30 - gomod: Go to the directory containing a module.
31 - pathmod: Get the directory containing a module.
/build/make/target/product/security/
DREADME5 The test keys in this directory are used in development only and should
/build/soong/cmd/pom2mk/
Dpom2mk.go366 If the maven directory contains multiple versions of artifacts and their pom files,
371 The directory to search for *.pom files under.
372 The makefile is written to stdout, to be put in the current directory (often as Android.mk)
/build/soong/cmd/pom2bp/
Dpom2bp.go478 If the maven directory contains multiple versions of artifacts and their pom files,
481 The directory to search for *.pom files under.
482 The contents are written to stdout, to be put in the current directory (often as Android.bp)
/build/make/tools/
Dfat16copy.py748 def add_item(directory, item): argument
759 sub = directory.open_subdirectory(base)
764 directory.new_file(os.path.basename(item), f)
/build/soong/cmd/path_interposer/
Dmain.go76 * Set up a directory of symlinks to the PATH interposer, and use that in PATH
/build/soong/ui/metrics/metrics_proto/
Dmetrics.proto80 // The directory for generated built artifacts installation, eg. out.

12