HomeSort by relevance Sort by last modified time
    Searched refs:NINJA (Results 1 - 8 of 8) 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.
13 # NINJA
30 # NINJA should be set to the path of the ninja executable. By default, this
31 # is just "ninja", and will be looked up in $PATH.
32 [ -z "$NINJA" ] && NINJA=ninja
blueprint_impl.bash 33 # Build the bootstrap build.ninja
34 "${NINJA}" -w dupbuild=err -f "${BUILDDIR}/.minibootstrap/build.ninja"
36 # Build the primary builder and the main build.ninja
37 "${NINJA}" -w dupbuild=err -f "${BUILDDIR}/.bootstrap/build.ninja"
39 # SKIP_NINJA can be used by wrappers that wish to run ninja themselves.
41 "${NINJA}" -w dupbuild=err -f "${BUILDDIR}/build.ninja" "$@"
  /external/skia/modules/pathkit/
compile.sh 78 # Turn off exiting while we check for ninja (which may not be on PATH)
80 NINJA=`which ninja`
81 if [[ -z $NINJA ]]; then
83 NINJA=$BUILD_DIR/depot_tools/ninja
102 ${NINJA} -C ${BUILD_DIR} libpathkit.a
  /external/skqp/modules/pathkit/
compile.sh 78 # Turn off exiting while we check for ninja (which may not be on PATH)
80 NINJA=`which ninja`
81 if [[ -z $NINJA ]]; then
83 NINJA=$BUILD_DIR/depot_tools/ninja
102 ${NINJA} -C ${BUILD_DIR} libpathkit.a
  /external/skqp/experimental/canvaskit/
compile.sh 118 # Turn off exiting while we check for ninja (which may not be on PATH)
120 NINJA=`which ninja`
121 if [[ -z $NINJA ]]; then
123 NINJA=$BUILD_DIR/depot_tools/ninja
170 ${NINJA} -C ${BUILD_DIR} libskia.a
  /external/skia/experimental/wasm-skp-debugger/
compile.sh 34 NINJA=`which ninja`
81 ${NINJA} -C ${BUILD_DIR} libskia.a libdebugcanvas.a
  /external/skia/modules/canvaskit/
compile.sh 125 # Turn off exiting while we check for ninja (which may not be on PATH)
127 NINJA=`which ninja`
128 if [[ -z $NINJA ]]; then
130 NINJA=$BUILD_DIR/depot_tools/ninja
185 ${NINJA} -C ${BUILD_DIR} libskia.a libskottie.a libsksg.a libskshaper.a libparticles.a $SHAPER_TARGETS
  /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.
62 # Goals we need to pass to Ninja.

Completed in 821 milliseconds