1commands: { 2 copy_before: { 3 from: "out/host/linux-x86/bin/go/soong_zip/linux_glibc_x86_64/obj/soong_zip" 4 to: "tools/out/bin/soong_zip" 5 executable: false 6 } 7 copy_before: { 8 from: "out/soong/.intermediates/packages/modules/adb/tools/check_ms_os_desc/linux_glibc_x86_64/check_ms_os_desc" 9 to: "tools/out/bin/check_ms_os_desc" 10 executable: false 11 } 12 chdir: true 13 command: "__SBOX_SANDBOX_DIR__/tools/out/bin/soong_zip -jar -o __SBOX_SANDBOX_DIR__/out/CtsAdbHostTestCases_res.jar -j -f __SBOX_SANDBOX_DIR__/tools/out/bin/check_ms_os_desc" 14 copy_after: { 15 from: "out/CtsAdbHostTestCases_res.jar" 16 to: "out/soong/.intermediates/cts/hostsidetests/adb/CtsAdbHostTestCases_res/linux_glibc_common/gen/CtsAdbHostTestCases_res.jar" 17 } 18 input_hash: "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" 19 env: { 20 name: "PATH" 21 inherit: true 22 } 23 env: { 24 name: "JAVA_HOME" 25 inherit: true 26 } 27 env: { 28 name: "TMPDIR" 29 inherit: true 30 } 31 env: { 32 name: "RBE_log_dir" 33 inherit: true 34 } 35 env: { 36 name: "RBE_platform" 37 inherit: true 38 } 39 env: { 40 name: "RBE_server_address" 41 inherit: true 42 } 43 env: { 44 name: "RBE_exec_root" 45 inherit: true 46 } 47 env: { 48 name: "OUT_DIR" 49 value: "out" 50 } 51 dont_inherit_env: true 52} 53 54