Searched refs:all (Results 1 – 25 of 94) sorted by relevance
1234
/build/make/core/ |
D | product-graph.mk | 18 define gather-all-products 21 $(call all-products-inner, $(PARENT_PRODUCT_FILES)) \ 26 define all-products-inner 31 $(call all-products-inner, $(PRODUCTS.$(strip $(p)).INHERITS_FROM)) 42 ifeq ($(strip $(ANDROID_PRODUCT_GRAPH)),--all) 43 products_list := --all 49 all_products := $(call gather-all-products)
|
D | ninja_config.mk | 10 NINJA_EXCLUDE_GOALS := all 16 all \
|
D | definitions.mk | 184 define all-makefiles-under 205 define all-subdir-makefiles 206 $(call all-makefiles-under,$(call my-dir)) 216 define all-named-subdir-makefiles 227 define all-named-dirs-under 236 define all-subdir-named-dirs 237 $(call all-named-dirs-under,$(1),.) 247 define all-named-files-under 256 define all-subdir-named-files 257 $(call all-named-files-under,$(1),.) [all …]
|
/build/make/ |
D | help.sh | 31 java Build all the java code in the source tree 32 native Build all the native code in the source tree 34 host Build all the host code (not to be run on a device) in the source tree 35 target Build all the target code (to be run on the device) in the source tree 64 to build all of the java code for the userdebug variant of the aosp_arm device.
|
D | envsetup.sh | 17 - mm: Builds and installs all of the modules in the current directory, and their 19 - mmm: Builds and installs all of the modules in the supplied directories, and their 24 - provision: Flash device with all required partitions. Options will be passed on to fastboot. 25 - cgrep: Greps on all local C/C++ files. 26 - ggrep: Greps on all local Gradle files. 27 - gogrep: Greps on all local Go files. 28 - jgrep: Greps on all local Java files. 29 - ktgrep: Greps on all local Kotlin files. 30 - resgrep: Greps on all local res/*.xml files. 31 - mangrep: Greps on all local AndroidManifest.xml files. [all …]
|
D | Deprecation.md | 36 We'll be turning off `BUILD_*` module types as all of the users are removed 40 * Prerequisite: all common users of `BUILD_PACKAGE` have been removed (some 50 * At some later point, after all devices in AOSP no longer set
|
/build/blueprint/pathtools/ |
D | fs.go | 46 all: []string(nil), 68 fs.all = append(fs.all, f) 72 fs.all = append(fs.all, d) 76 fs.all = append(fs.all, s) 79 sort.Strings(fs.all) 244 all []string member 372 for _, f := range m.all { 466 for _, f := range m.all {
|
/build/soong/scripts/hiddenapi/ |
D | verify_overlaps.py | 34 with open(args.all, 'r') as allFlagsFile: 59 print("> " + args.all)
|
/build/bazel/examples/queryview/ |
D | libc.txt | 1 attr(module_name, \Alibc$, //bionic/libc:all)
|
/build/make/target/board/mainline_sdk/ |
D | README.md | 1 This device is suitable for a soong-only build that builds for all the architectures
|
/build/make/tools/ |
D | brillo-clang-format | 20 # This is the .clang-format file used by all Brillo projects, conforming to the 23 # present in all manifests.
|
/build/bazel/scripts/milestone-2/ |
D | demo.sh | 31 ./demo.sh query -- runs the bazel query command for all targets in //bionic/libc, recursively. 32 ./demo.sh build -- runs the bazel build command for all targets in //bionic/libc, recursively.
|
/build/make/target/product/ |
D | generic_system_x86_arm.mk | 40 PRODUCT_RESTRICT_VENDOR_FILES := all
|
D | generic_system_x86.mk | 40 PRODUCT_RESTRICT_VENDOR_FILES := all
|
D | generic_system_arm64.mk | 41 PRODUCT_RESTRICT_VENDOR_FILES := all
|
D | generic_system_x86_64.mk | 41 PRODUCT_RESTRICT_VENDOR_FILES := all
|
/build/soong/ |
D | root.bp | 1 // Soong finds all Android.bp and Blueprints files in the source tree,
|
/build/make/tools/droiddoc/ |
D | README | 5 so that we can unify the structure and style of all DocLava builds.
|
/build/soong/scripts/ |
D | strip.sh | 53 …"${CLANG_BIN}/llvm-strip" --strip-all --keep-section=.ARM.attributes "${infile}" -o "${outfile}.tm… 77 …"${CLANG_BIN}/llvm-strip" --strip-all --keep-section=.ARM.attributes --remove-section=.comment "${… 98 …"${CLANG_BIN}/llvm-strip" --strip-all --keep-section=.ARM.attributes --remove-section=.comment "${…
|
/build/make/tools/fs_get_stats/ |
D | Android.bp | 4 // all of the 'license_kinds' from "build_make_license"
|
/build/make/target/board/ |
D | gsi_system_ext_user.prop | 7 # TODO(b/120679683): disable RescueParty before all problem apps solved
|
D | gsi_system_ext.prop | 10 # TODO(b/120679683): disable RescueParty before all problem apps solved
|
/build/make/tools/acp/ |
D | Android.bp | 8 // all of the 'license_kinds' from "build_make_license"
|
/build/make/tools/libhost/ |
D | Android.bp | 4 // all of the 'license_kinds' from "build_make_license"
|
/build/make/tools/atree/ |
D | Android.bp | 8 // all of the 'license_kinds' from "build_make_license"
|
1234