1commands: { 2 copy_before: { 3 from: "out/soong/.intermediates/system/core/fastboot/testdata/fastboot_gen_rand/linux_glibc_x86_64_PY3/fastboot_gen_rand" 4 to: "tools/out/bin/fastboot_gen_rand" 5 executable: false 6 } 7 copy_before: { 8 from: "out/soong/.intermediates/external/sqlite/dist/libsqlite/linux_glibc_x86_64_shared/libsqlite.so" 9 to: "tools/out/lib64/libsqlite.so" 10 executable: false 11 } 12 copy_before: { 13 from: "out/soong/.intermediates/external/icu/icu4c/source/i18n/libicui18n/linux_glibc_x86_64_shared/libicui18n-host.so" 14 to: "tools/out/lib64/libicui18n-host.so" 15 executable: false 16 } 17 copy_before: { 18 from: "out/soong/.intermediates/external/icu/icu4c/source/common/libicuuc/linux_glibc_x86_64_shared/libicuuc-host.so" 19 to: "tools/out/lib64/libicuuc-host.so" 20 executable: false 21 } 22 copy_before: { 23 from: "out/soong/.intermediates/external/icu/icu4c/source/stubdata/icu-data_host_i18n_apex/linux_glibc_common/icudt75l.dat" 24 to: "tools/out/com.android.i18n/etc/icu/icudt75l.dat" 25 executable: false 26 } 27 copy_before: { 28 from: "out/soong/.intermediates/prebuilts/clang/host/linux-x86/libc++/linux_glibc_x86_64_shared/libc++.so" 29 to: "tools/out/lib64/libc++.so" 30 executable: false 31 } 32 chdir: true 33 command: "__SBOX_SANDBOX_DIR__/tools/out/bin/fastboot_gen_rand --seed dtb --length 2048 > __SBOX_SANDBOX_DIR__/out/dtb_replace.img" 34 copy_after: { 35 from: "out/dtb_replace.img" 36 to: "out/soong/.intermediates/system/core/fastboot/testdata/fastboot_test_dtb_replace/gen/dtb_replace.img" 37 } 38 input_hash: "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" 39 env: { 40 name: "PATH" 41 inherit: true 42 } 43 env: { 44 name: "JAVA_HOME" 45 inherit: true 46 } 47 env: { 48 name: "TMPDIR" 49 inherit: true 50 } 51 env: { 52 name: "RBE_log_dir" 53 inherit: true 54 } 55 env: { 56 name: "RBE_platform" 57 inherit: true 58 } 59 env: { 60 name: "RBE_server_address" 61 inherit: true 62 } 63 env: { 64 name: "RBE_exec_root" 65 inherit: true 66 } 67 env: { 68 name: "OUT_DIR" 69 value: "out" 70 } 71 dont_inherit_env: true 72} 73 74