Home
last modified time | relevance | path

Searched refs:_soong_cmd (Results 1 – 1 of 1) sorted by relevance

/build/bazel/scripts/incremental_build/
Dutil.py78 _soong_cmd = ["build/soong/soong_ui.bash", "--make-mode", "--skip-soong-tests"] variable in BuildType
80 SOONG_ONLY = [*_soong_cmd, "BUILD_BROKEN_DISABLE_BAZEL=true"]
81 MIXED_PROD = [*_soong_cmd, "--bazel-mode"]
82 MIXED_STAGING = [*_soong_cmd, "--bazel-mode-staging"]