Searched refs:sh (Results 1 – 25 of 53) sorted by relevance
123
/build/bazel/scripts/ |
D | run_presubmits.sh | 13 echo bp2build.sh 14 build/bazel/ci/bp2build.sh 17 echo mixed_libc.sh 18 build/bazel/ci/mixed_libc.sh 21 echo run_integration_tests.sh 22 build/soong/tests/run_integration_tests.sh
|
/build/pesto/experiments/prepare_bazel_test_env/data/templates/tools/tradefederation/core/ |
D | BUILD.bazel.template | 37 "{prebuilts_dir_name}/host/bin/script_help.sh", 39 outs=["script_help.sh"], 47 "{prebuilts_dir_name}/host/bin/tradefed.sh", 49 outs=["tradefed.sh"], 51 "cp -t $(RULEDIR) $(location {prebuilts_dir_name}/host/bin/tradefed.sh)", 59 "{prebuilts_dir_name}/host/bin/atest_tradefed.sh" 61 outs=["atest_tradefed.sh"], 63 "cp -t $(RULEDIR) $(location {prebuilts_dir_name}/host/bin/atest_tradefed.sh)",
|
/build/bazel/scripts/milestone-2/ |
D | demo.sh | 30 ./demo.sh generate -- runs the bp2build converter to generate BUILD files from Android.bp files. 31 ./demo.sh query -- runs the bazel query command for all targets in //bionic/libc, recursively. 32 ./demo.sh build -- runs the bazel build command for all targets in //bionic/libc, recursively. 33 ./demo.sh full -- runs the generate, query and build steps in sequence. 34 ./demo.sh help -- prints this message.
|
/build/soong/scripts/ |
D | build-mainline-modules.sh | 74 OUT_DIR=$(source build/envsetup.sh > /dev/null; TARGET_PRODUCT= get_build_var OUT_DIR) 75 DIST_DIR=$(source build/envsetup.sh > /dev/null; TARGET_PRODUCT= get_build_var DIST_DIR) 83 …PRODUCT_OUT=$(source build/envsetup.sh > /dev/null; TARGET_PRODUCT=${product} get_build_var PRODUC… 84 …TARGET_ARCH=$(source build/envsetup.sh > /dev/null; TARGET_PRODUCT=${product} get_build_var TARGET… 105 echo_and_run build/soong/scripts/build-aml-prebuilts.sh \
|
D | OWNERS | 2 per-file build-mainline-modules.sh = ngeoffray@google.com,paulduffin@google.com,mast@google.com 3 per-file build-aml-prebuilts.sh = ngeoffray@google.com,paulduffin@google.com,mast@google.com 6 per-file gen_ndk*.sh = sophiez@google.com, allenhair@google.com
|
D | build-ndk-prebuilts.sh | 24 source build/envsetup.sh
|
D | package-check.sh | 22 package-check.sh <jar-file> <package-list>
|
D | setup-android-build.sh | 89 . build/envsetup.sh
|
D | archive_repack.sh | 32 Usage: archive_repack.sh [options] <objects to repack>
|
/build/soong/sh/ |
D | Android.bp | 6 name: "soong-sh", 7 pkgPath: "android/soong/sh",
|
/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"]) 21 sh_binary(name="cc_tf_test_launcher", srcs=["cc_tf_test_launcher.sh"])
|
D | cc_test.bzl.template | 21 script = ctx.actions.declare_file("%s.sh" % ctx.label.name) 75 "//build/bazel/rules:tf_test_executable.sh.template",
|
/build/make/core/ |
D | process_wrapper.sh | 16 gnome-terminal -t "Wrapper: $1" --disable-factory -x $2/process_wrapper_gdb.sh "$@"
|
D | OWNERS | 2 per-file verify_uses_libraries.sh = ngeoffray@google.com,calin@google.com,mathieuc@google.com
|
/build/make/ |
D | PREUPLOAD.cfg | 2 do_not_use_DO_NOT_MERGE = ${REPO_ROOT}/build/soong/scripts/check_do_not_merge.sh ${PREUPLOAD_COMMIT}
|
/build/blueprint/ |
D | PREUPLOAD.cfg | 6 do_not_use_DO_NOT_MERGE = ${REPO_ROOT}/build/soong/scripts/check_do_not_merge.sh ${PREUPLOAD_COMMIT}
|
/build/soong/ |
D | PREUPLOAD.cfg | 6 do_not_use_DO_NOT_MERGE = ${REPO_ROOT}/build/soong/scripts/check_do_not_merge.sh ${PREUPLOAD_COMMIT}
|
/build/soong/ui/status/ninja_frontend/ |
D | README | 3 …e only difference is the specification of a go_package. To regenerate frontend.pb.go, run regen.sh.
|
/build/bazel/tests/bionic/ |
D | BUILD | 4 srcs = ["verify_bionic_outputs.sh"],
|
/build/soong/bp2build/ |
D | sh_conversion_test.go | 68 moduleTypeUnderTestFactory: sh.ShBinaryFactory, 69 moduleTypeUnderTestBp2BuildMutator: sh.ShBinaryBp2Build,
|
D | Android.bp | 26 "soong-sh",
|
/build/make/tools/droiddoc/test/stubs/ |
D | run.sh | 21 . $TOP/$DIR/func.sh
|
/build/make/tests/ |
D | envsetup_tests.sh | 3 source $(dirname $0)/../envsetup.sh
|
/build/soong/apex/ |
D | Android.bp | 18 "soong-sh",
|
/build/bazel/ |
D | bazel.sh | 6 local TOPFILE=build/bazel/bazel.sh
|
123