1commands: {
2 copy_before: {
3  from: "tools/apksig/etc/apksigner"
4  to: "tools/out/bin/apksigner"
5  executable: true
6 }
7 copy_before: {
8  from: "out/soong/.intermediates/tools/apksig/apksigner/linux_glibc_common/withres/apksigner.jar"
9  to: "tools/out/framework/apksigner.jar"
10  executable: false
11 }
12 copy_before: {
13  from: "out/soong/.intermediates/system/apex/shim/build/com.android.apex.cts.shim.v3/android_common_com.android.apex.cts.shim.v3/com.android.apex.cts.shim.v3.apex"
14  to: "out/soong/.intermediates/system/apex/shim/build/com.android.apex.cts.shim.v3/android_common_com.android.apex.cts.shim.v3/com.android.apex.cts.shim.v3.apex"
15 }
16 copy_before: {
17  from: "out/soong/.intermediates/system/apex/shim/build/com.android.apex.rotation.key.bob.pk8/gen/bob.pk8"
18  to: "out/soong/.intermediates/system/apex/shim/build/com.android.apex.rotation.key.bob.pk8/gen/bob.pk8"
19 }
20 copy_before: {
21  from: "out/soong/.intermediates/system/apex/shim/build/com.android.apex.rotation.key.bob.x509.pem/gen/bob.x509.pem"
22  to: "out/soong/.intermediates/system/apex/shim/build/com.android.apex.rotation.key.bob.x509.pem/gen/bob.x509.pem"
23 }
24 chdir: true
25 command: "__SBOX_SANDBOX_DIR__/tools/out/bin/apksigner sign --v1-signing-enabled false --v2-signing-enabled false --key __SBOX_SANDBOX_DIR__/out/soong/.intermediates/system/apex/shim/build/com.android.apex.rotation.key.bob.pk8/gen/bob.pk8 --cert __SBOX_SANDBOX_DIR__/out/soong/.intermediates/system/apex/shim/build/com.android.apex.rotation.key.bob.x509.pem/gen/bob.x509.pem --out __SBOX_SANDBOX_DIR__/out/com.android.apex.cts.shim.v3_signed_bob __SBOX_SANDBOX_DIR__/out/soong/.intermediates/system/apex/shim/build/com.android.apex.cts.shim.v3/android_common_com.android.apex.cts.shim.v3/com.android.apex.cts.shim.v3.apex"
26 copy_after: {
27  from: "out/com.android.apex.cts.shim.v3_signed_bob"
28  to: "out/soong/.intermediates/system/apex/shim/build/com.android.apex.cts.shim.v3_signed_bob/android_common/gen/com.android.apex.cts.shim.v3_signed_bob"
29 }
30 input_hash: "57e7f12366d5b86777d00be4f853e1de1c352563156f20419f3f701aba838f1b"
31 env: {
32  name: "PATH"
33  inherit: true
34 }
35 env: {
36  name: "JAVA_HOME"
37  inherit: true
38 }
39 env: {
40  name: "TMPDIR"
41  inherit: true
42 }
43 env: {
44  name: "RBE_log_dir"
45  inherit: true
46 }
47 env: {
48  name: "RBE_platform"
49  inherit: true
50 }
51 env: {
52  name: "RBE_server_address"
53  inherit: true
54 }
55 env: {
56  name: "RBE_exec_root"
57  inherit: true
58 }
59 env: {
60  name: "OUT_DIR"
61  value: "out"
62 }
63 dont_inherit_env: true
64}
65
66