Home
last modified time | relevance | path

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

/aosp12/art/libnativebridge/tests/
H A Druntests.sh38 for build_dir in $HOST_OUT/nativetest{,64}/ ; do
39 if [ ! -d $build_dir ]; then
40 echo "Skipping missing $build_dir"
42 for test_path in $build_dir/*/* ; do
44 echo_and_run \( cd $build_dir \; $test_rel_path $* \)
54 for build_dir in $PRODUCT_OUT/data/nativetest{,64}/art/$TARGET_ARCH ; do
55 if [ ! -d $build_dir ]; then
56 echo "Skipping missing $build_dir"
61 echo_and_run adb push $build_dir $test_dir
63 for test_path in $build_dir/*/* ; do
/aosp12/frameworks/rs/
H A Dbuild_rs.py92 def package_toolchain(build_dir, build_name, host, dist_dir): argument
102 install_toolchain(build_dir, install_dir, host)
113 def install_toolchain(build_dir, install_dir, host): argument
114 install_built_host_files(build_dir, install_dir, host)
115 install_clang_headers(build_dir, install_dir, host)
116 install_built_device_files(build_dir, install_dir, host)
139 def install_built_host_files(build_dir, install_dir, host): argument
182 built_path = os.path.join(build_dir, 'host', host, built_file)
193 def install_clang_headers(build_dir, install_dir, host): argument
214 def install_built_device_files(build_dir, install_dir, host): argument
[all …]
/aosp12/packages/services/Telecomm/scripts/
H A Dtelecom_testing.sh52 local build_dir=
58 build_dir="packages/services/Telecomm/tests"
63 build_dir="frameworks/opt/telephony/tests/"
90 (export ${emma_opt}; mmma ${goma_opt} -j40 "$build_dir")
92 (export ${emma_opt}; mmm ${goma_opt} "$build_dir")
/aosp12/build/bazel/rules/
H A Dsoong_injection.bzl3 build_dir = str(rctx.path(Label("//:BUILD")).dirname.dirname)
4 soong_injection_dir = build_dir + "/soong_injection"