1commands: {
2 copy_before: {
3  from: "out/soong/.intermediates/external/dtc/dtc/linux_glibc_x86_64/dtc"
4  to: "tools/out/bin/dtc"
5  executable: false
6 }
7 copy_before: {
8  from: "out/soong/.intermediates/external/dtc/libfdt/libfdt/linux_glibc_x86_64_shared/libfdt.so"
9  to: "tools/out/lib64/libfdt.so"
10  executable: false
11 }
12 copy_before: {
13  from: "out/soong/.intermediates/prebuilts/clang/host/linux-x86/libc++/linux_glibc_x86_64_shared/libc++.so"
14  to: "tools/out/lib64/libc++.so"
15  executable: false
16 }
17 copy_before: {
18  from: "packages/modules/Virtualization/guest/pvmfw/testdata/test_pvmfw_devices_vm_dtbo.dts"
19  to: "packages/modules/Virtualization/guest/pvmfw/testdata/test_pvmfw_devices_vm_dtbo.dts"
20 }
21 chdir: true
22 command: "FILES=(packages/modules/Virtualization/guest/pvmfw/testdata/test_pvmfw_devices_vm_dtbo.dts) && __SBOX_SANDBOX_DIR__/tools/out/bin/dtc -@ -I dts -O dtb ${FILES[-1]} -o __SBOX_SANDBOX_DIR__/out/test_pvmfw_devices_vm_dtbo.dtbo"
23 copy_after: {
24  from: "out/test_pvmfw_devices_vm_dtbo.dtbo"
25  to: "out/soong/.intermediates/packages/modules/Virtualization/guest/pvmfw/test_pvmfw_devices_vm_dtbo/gen/test_pvmfw_devices_vm_dtbo.dtbo"
26 }
27 input_hash: "8a045ce487ad0a6530daddc3369614414a81ddd02f2f423e97531391ecab9ebb"
28 env: {
29  name: "PATH"
30  inherit: true
31 }
32 env: {
33  name: "JAVA_HOME"
34  inherit: true
35 }
36 env: {
37  name: "TMPDIR"
38  inherit: true
39 }
40 env: {
41  name: "RBE_log_dir"
42  inherit: true
43 }
44 env: {
45  name: "RBE_platform"
46  inherit: true
47 }
48 env: {
49  name: "RBE_server_address"
50  inherit: true
51 }
52 env: {
53  name: "RBE_exec_root"
54  inherit: true
55 }
56 env: {
57  name: "OUT_DIR"
58  value: "out"
59 }
60 dont_inherit_env: true
61}
62
63