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

  /build/core/
soong.mk 1 SOONG_OUT_DIR := $(OUT_DIR)/soong
6 SOONG := $(SOONG_OUT_DIR)/soong
7 SOONG_BOOTSTRAP := $(SOONG_OUT_DIR)/.soong.bootstrap
10 SOONG_IN_MAKE := $(SOONG_OUT_DIR)/.soong.in_make
11 SOONG_VARIABLES := $(SOONG_OUT_DIR)/soong.variables
13 # We need to rebootstrap soong if SOONG_OUT_DIR or the reverse path from
21 ifneq ($(strip $(shell build/soong/reverse_path.py $(SOONG_OUT_DIR))),$(strip $(shell source $(SOONG_BOOTSTRAP); echo $$SRCDIR_FROM_BUILDDIR)))
27 # Bootstrap soong.
32 # Create soong.variables with copies of makefile settings. Runs every build
    [all...]
ninja.mk 8 include $(BUILD_SYSTEM)/soong.mk
definitions.mk 146 ## Remove any makefiles that are being handled by soong
149 define filter-soong-makefiles
156 define filter-soong-makefiles
166 $(sort $(call filter-soong-makefiles,$(wildcard $(1)/*/Android.mk)))
177 $(call filter-soong-makefiles,\
199 $(sort $(call filter-soong-makefiles,\
    [all...]
main.mk 552 subdir_makefiles := $(SOONG_ANDROID_MK) $(call filter-soong-makefiles,$(subdir_makefiles))
    [all...]
binary.mk     [all...]
  /build/soong/
bootstrap.bash 11 export BUILDDIR=$("${ORIG_SRCDIR}/build/soong/reverse_path.py" "$ORIG_SRCDIR")
22 export BOOTSTRAP_MANIFEST="${SRCDIR}/build/soong/build.ninja.in"
48 export SRCDIR_FROM_BUILDDIR=$(build/soong/reverse_path.py "$BUILDDIR")
53 "$SRCDIR/build/soong/soong.bootstrap.in" > $BUILDDIR/.soong.bootstrap
54 ln -sf "${SRCDIR_FROM_BUILDDIR}/build/soong/soong.bash" $BUILDDIR/soong

Completed in 281 milliseconds