1commands: { 2 copy_before: { 3 from: "out/soong/.intermediates/external/avb/avbtool/linux_glibc_x86_64_PY3/avbtool" 4 to: "tools/out/bin/avbtool" 5 executable: false 6 } 7 copy_before: { 8 from: "out/soong/.intermediates/system/extras/verity/fec/fec/linux_glibc_x86_64/fec" 9 to: "tools/out/bin/fec" 10 executable: false 11 } 12 copy_before: { 13 from: "out/soong/.intermediates/system/extras/verity/fec/fec/linux_glibc_x86/fec32" 14 to: "tools/out/bin/fec32" 15 executable: false 16 } 17 copy_before: { 18 from: "out/soong/.intermediates/prebuilts/clang/host/linux-x86/libc++/linux_glibc_x86_shared/libc++.so" 19 to: "tools/out/lib/libc++.so" 20 executable: false 21 } 22 copy_before: { 23 from: "out/soong/.intermediates/external/sqlite/dist/libsqlite/linux_glibc_x86_64_shared/libsqlite.so" 24 to: "tools/out/lib64/libsqlite.so" 25 executable: false 26 } 27 copy_before: { 28 from: "out/soong/.intermediates/external/icu/icu4c/source/i18n/libicui18n/linux_glibc_x86_64_shared/libicui18n-host.so" 29 to: "tools/out/lib64/libicui18n-host.so" 30 executable: false 31 } 32 copy_before: { 33 from: "out/soong/.intermediates/external/icu/icu4c/source/common/libicuuc/linux_glibc_x86_64_shared/libicuuc-host.so" 34 to: "tools/out/lib64/libicuuc-host.so" 35 executable: false 36 } 37 copy_before: { 38 from: "out/soong/.intermediates/external/icu/icu4c/source/stubdata/icu-data_host_i18n_apex/linux_glibc_common/icudt75l.dat" 39 to: "tools/out/com.android.i18n/etc/icu/icudt75l.dat" 40 executable: false 41 } 42 copy_before: { 43 from: "out/soong/.intermediates/prebuilts/clang/host/linux-x86/libc++/linux_glibc_x86_64_shared/libc++.so" 44 to: "tools/out/lib64/libc++.so" 45 executable: false 46 } 47 chdir: true 48 command: "__SBOX_SANDBOX_DIR__/tools/out/bin/avbtool generate_test_image --image_size 16384 --output __SBOX_SANDBOX_DIR__/out/unsigned_test.img" 49 copy_after: { 50 from: "out/unsigned_test.img" 51 to: "out/soong/.intermediates/packages/modules/Virtualization/guest/pvmfw/avb/unsigned_test_image/gen/unsigned_test.img" 52 } 53 input_hash: "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" 54 env: { 55 name: "PATH" 56 inherit: true 57 } 58 env: { 59 name: "JAVA_HOME" 60 inherit: true 61 } 62 env: { 63 name: "TMPDIR" 64 inherit: true 65 } 66 env: { 67 name: "RBE_log_dir" 68 inherit: true 69 } 70 env: { 71 name: "RBE_platform" 72 inherit: true 73 } 74 env: { 75 name: "RBE_server_address" 76 inherit: true 77 } 78 env: { 79 name: "RBE_exec_root" 80 inherit: true 81 } 82 env: { 83 name: "OUT_DIR" 84 value: "out" 85 } 86 dont_inherit_env: true 87} 88 89