1commands: {
2 copy_before: {
3  from: "out/soong/.intermediates/art/profman/profman/linux_glibc_x86_64/profman"
4  to: "tools/out/bin/profman"
5  executable: false
6 }
7 copy_before: {
8  from: "cts/hostsidetests/compilation/assets/primary.prof.txt"
9  to: "cts/hostsidetests/compilation/assets/primary.prof.txt"
10 }
11 copy_before: {
12  from: "out/soong/.intermediates/cts/hostsidetests/compilation/app/CtsCompilationApp/android_common/CtsCompilationApp.apk"
13  to: "out/soong/.intermediates/cts/hostsidetests/compilation/app/CtsCompilationApp/android_common/CtsCompilationApp.apk"
14 }
15 chdir: true
16 command: "inputs=(cts/hostsidetests/compilation/assets/primary.prof.txt __SBOX_SANDBOX_DIR__/out/soong/.intermediates/cts/hostsidetests/compilation/app/CtsCompilationApp/android_common/CtsCompilationApp.apk) && __SBOX_SANDBOX_DIR__/tools/out/bin/profman --create-profile-from=${inputs[0]} --apk=${inputs[1]} --dex-location=base.apk --reference-profile-file=__SBOX_SANDBOX_DIR__/out/CtsCompilationApp.prof"
17 copy_after: {
18  from: "out/CtsCompilationApp.prof"
19  to: "out/soong/.intermediates/cts/hostsidetests/compilation/CtsCompilationApp_profile/android_common/gen/CtsCompilationApp.prof"
20 }
21 input_hash: "31bff602eed47a4cf1886e371b0bf7aa7fc557fc66b6c88a792248fd7328d73c"
22 env: {
23  name: "PATH"
24  inherit: true
25 }
26 env: {
27  name: "JAVA_HOME"
28  inherit: true
29 }
30 env: {
31  name: "TMPDIR"
32  inherit: true
33 }
34 env: {
35  name: "RBE_log_dir"
36  inherit: true
37 }
38 env: {
39  name: "RBE_platform"
40  inherit: true
41 }
42 env: {
43  name: "RBE_server_address"
44  inherit: true
45 }
46 env: {
47  name: "RBE_exec_root"
48  inherit: true
49 }
50 env: {
51  name: "OUT_DIR"
52  value: "out"
53 }
54 dont_inherit_env: true
55}
56
57