HomeSort by relevance Sort by last modified time
    Searched refs:NINJA (Results 1 - 3 of 3) sorted by null

  /build/blueprint/
blueprint.bash 3 # This script is intented to wrap the execution of ninja so that we
4 # can do some checks before each ninja run.
29 # NINJA should be set to the path of the ninja executable. By default, this
30 # is just "ninja", and will be looked up in $PATH.
31 [ -z "$NINJA" ] && NINJA=ninja
46 GEN_BOOTSTRAP_MANIFEST="${BUILDDIR}/.minibootstrap/build.ninja.in"
55 # Build minibp and the primary build.ninja
    [all...]
  /build/soong/
soong.bash 23 # Ninja can't depend on environment variables, so do a manual comparison
40 BUILDDIR="${BUILDDIR}" NINJA="prebuilts/build-tools/${PREBUILTOS}/bin/ninja" build/blueprint/blueprint.bash "$@"
  /build/make/core/
ninja_config.mk 2 NINJA ?= prebuilts/build-tools/$(HOST_PREBUILT_TAG)/bin/ninja
4 NINJA ?= prebuilts/build-tools/$(HOST_PREBUILT_TAG)/asan/bin/ninja
7 KATI_OUTPUT_PATTERNS := $(OUT_DIR)/build%.ninja $(OUT_DIR)/ninja%.sh
9 # Modifier goals we don't need to pass to Ninja.
68 # Goals we need to pass to Ninja.

Completed in 99 milliseconds