Searched refs:lunch (Results 1 – 21 of 21) sorted by relevance
/build/make/tools/ |
D | lunchable | 10 Lists products that have no functioning lunch combo. 13 -c prints all failing lunch combos for all targets; 14 -w why? Prints the error message after each failed lunch combo. Only
|
/build/make/tools/perf/ |
D | benchmarks | 280 lunch: Lunch 304 def __init__(self, lunch, benchmark, iteration, log_dir): argument 305 self.lunch = lunch 316 "lunch": self.lunch.ToDict(), 344 for lunch in self._options.Lunches(): 345 print(lunch) 348 self._run_benchmark(lunch, benchmark, iteration) 354 def _run_benchmark(self, lunch, benchmark, iteration): argument 356 benchmark_log_subdir = self._benchmark_log_dir(lunch, benchmark, iteration) 364 report = BenchmarkReport(lunch, benchmark, iteration, benchmark_log_subdir) [all …]
|
/build/make/tests/ |
D | lunch_tests.sh | 22 echo lunch $1 24 lunch $1 > /dev/null 2> /dev/null
|
D | b_tests.sh | 22 lunch aosp_arm64
|
/build/soong/scripts/ |
D | run-ckati.sh | 22 : ${TARGET_PRODUCT:?not set, run lunch?} 23 : ${TARGET_BUILD_VARIANT:?not set, run lunch?}
|
/build/make/tools/docker/ |
D | README.md | 16 > lunch aosp_arm-eng
|
/build/make/ |
D | Usage.txt | 14 lunch [<product>-<variant>] # Selects the device and variant to target. 19 This is saved in the shell environment as $TARGET_PRODUCT by `lunch`. 23 `lunch`.
|
D | help.sh | 65 lunch aosp_arm-userdebug
|
D | envsetup.sh | 387 complete -F _lunch lunch 442 function lunch() function
|
/build/pesto/experiments/prepare_bazel_test_env/data/templates/build/bazel/rules/ |
D | BUILD.bazel.template | 19 exports_files(["lunch.bzl", "tf_test_executable.sh.template"])
|
/build/bazel/examples/queryview/ |
D | README.md | 14 lunch aosp_arm # or your preferred target
|
/build/soong/bin/ |
D | hmm | 25 - lunch: lunch <product_name>-<release_type>-<build_variant>
|
/build/bazel/examples/apex/minimal/ |
D | README.md | 6 lunch sdk_phone_x86_64-userdebug
|
/build/bazel/rules/ |
D | BUILD.bazel | 23 exports_files(["lunch.bzl"])
|
/build/bazel/scripts/bp2build_progress/ |
D | README.md | 32 * --banchan : Whether to run Soong in a banchan configuration rather than lunch.
|
/build/ |
D | envsetup.sh | 387 complete -F _lunch lunch 442 function lunch() function
|
/build/bazel/mkcompare/ |
D | README.md | 13 $ lunch ${target}
|
/build/bazel/rules/apex/ |
D | transition.bzl | 73 # native_shared_libs_64 are already resolved according to the lunch target
|
/build/make/core/ |
D | config.mk | 548 $(info *** If you use envsetup/lunch/choosecombo:) 550 $(info *** - Re-run lunch or choosecombo)
|
D | main.mk | 126 $(info Set TARGET_BUILD_VARIANT in buildspec.mk, or use lunch or)
|
/build/bazel/docs/ |
D | internal_concepts.md | 339 * Specifying a target (via lunch, banchan, tapas, or Soong’s command line
|