1commands: { 2 copy_before: { 3 from: "cts/tools/vm-tests-tf/etc/vmtests-buildutil.sh" 4 to: "tools/out/bin/vmtests-buildutil" 5 executable: true 6 } 7 copy_before: { 8 from: "out/soong/.intermediates/cts/tools/vm-tests-tf/vmtests-buildutil/linux_glibc_common/withres/vmtests-buildutil.jar" 9 to: "tools/out/framework/vmtests-buildutil.jar" 10 executable: false 11 } 12 copy_before: { 13 from: "out/host/linux-x86/bin/go/soong_zip/linux_glibc_x86_64/obj/soong_zip" 14 to: "tools/out/bin/soong_zip" 15 executable: false 16 } 17 chdir: true 18 command: "__SBOX_SANDBOX_DIR__/tools/out/bin/vmtests-buildutil util.build.BuildCTSHostSources __SBOX_SANDBOX_DIR__/out && __SBOX_SANDBOX_DIR__/tools/out/bin/soong_zip -jar -o __SBOX_SANDBOX_DIR__/out/vmtests.host.generated.srcjar -C __SBOX_SANDBOX_DIR__/out -D __SBOX_SANDBOX_DIR__/out/dot" 19 copy_after: { 20 from: "out/vmtests.host.generated.srcjar" 21 to: "out/soong/.intermediates/cts/tools/vm-tests-tf/vmtests_generated_host_test_sources/linux_glibc_common/gen/vmtests.host.generated.srcjar" 22 } 23 input_hash: "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" 24 env: { 25 name: "PATH" 26 inherit: true 27 } 28 env: { 29 name: "JAVA_HOME" 30 inherit: true 31 } 32 env: { 33 name: "TMPDIR" 34 inherit: true 35 } 36 env: { 37 name: "RBE_log_dir" 38 inherit: true 39 } 40 env: { 41 name: "RBE_platform" 42 inherit: true 43 } 44 env: { 45 name: "RBE_server_address" 46 inherit: true 47 } 48 env: { 49 name: "RBE_exec_root" 50 inherit: true 51 } 52 env: { 53 name: "OUT_DIR" 54 value: "out" 55 } 56 dont_inherit_env: true 57} 58 59