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/tests/pvmfw/assets/avf_debug_policy_with_adb.dts"
19  to: "packages/modules/Virtualization/tests/pvmfw/assets/avf_debug_policy_with_adb.dts"
20 }
21 chdir: true
22 command: "FILES=(packages/modules/Virtualization/tests/pvmfw/assets/avf_debug_policy_with_adb.dts) && __SBOX_SANDBOX_DIR__/tools/out/bin/dtc -@ -I dts -O dtb ${FILES[-1]} -o __SBOX_SANDBOX_DIR__/out/avf_debug_policy_with_adb.dtbo"
23 copy_after: {
24  from: "out/avf_debug_policy_with_adb.dtbo"
25  to: "out/soong/.intermediates/packages/modules/Virtualization/tests/pvmfw/test_avf_debug_policy_with_adb/gen/avf_debug_policy_with_adb.dtbo"
26 }
27 input_hash: "db3a345a7b44cb6558a315272bd9e8bae22c7ad03166a9addd2c7fcc0c4e9328"
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