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/host/linux-x86/bin/go/zip2zip/linux_glibc_x86_64/obj/zip2zip" 9 to: "tools/out/bin/zip2zip" 10 executable: false 11 } 12 copy_before: { 13 from: "external/zlib/LICENSE" 14 to: "external/zlib/LICENSE" 15 } 16 copy_before: { 17 from: "external/zlib/zconf.h" 18 to: "external/zlib/zconf.h" 19 } 20 copy_before: { 21 from: "external/zlib/zlib.h" 22 to: "external/zlib/zlib.h" 23 } 24 chdir: true 25 command: "__SBOX_SANDBOX_DIR__/tools/out/bin/soong_zip -o __SBOX_SANDBOX_DIR__/out/sysroot.zip -symlinks=false -j -f external/zlib/LICENSE -j -P include -f external/zlib/zconf.h -f external/zlib/zlib.h && __SBOX_SANDBOX_DIR__/tools/out/bin/zip2zip -i __SBOX_SANDBOX_DIR__/out/sysroot.zip -o __SBOX_SANDBOX_DIR__/out/libc_musl_sysroot_zlib_headers.zip include/**/*:include LICENSE:NOTICE.zlib" 26 copy_after: { 27 from: "out/libc_musl_sysroot_zlib_headers.zip" 28 to: "out/soong/.intermediates/external/zlib/libc_musl_sysroot_zlib_headers/gen/libc_musl_sysroot_zlib_headers.zip" 29 } 30 input_hash: "edd34d49d7d4974b82c642fa9884dc1b306a299a59009dc09e0b667ecd9a7f57" 31 env: { 32 name: "PATH" 33 inherit: true 34 } 35 env: { 36 name: "JAVA_HOME" 37 inherit: true 38 } 39 env: { 40 name: "TMPDIR" 41 inherit: true 42 } 43 env: { 44 name: "RBE_log_dir" 45 inherit: true 46 } 47 env: { 48 name: "RBE_platform" 49 inherit: true 50 } 51 env: { 52 name: "RBE_server_address" 53 inherit: true 54 } 55 env: { 56 name: "RBE_exec_root" 57 inherit: true 58 } 59 env: { 60 name: "OUT_DIR" 61 value: "out" 62 } 63 dont_inherit_env: true 64} 65 66