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.v2/android_common_com.android.apex.cts.shim.v2/com.android.apex.cts.shim.v2.apex" 14 to: "out/soong/.intermediates/system/apex/shim/build/com.android.apex.cts.shim.v2/android_common_com.android.apex.cts.shim.v2/com.android.apex.cts.shim.v2.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.rot/gen/bob.rot" 22 to: "out/soong/.intermediates/system/apex/shim/build/com.android.apex.rotation.key.bob.rot/gen/bob.rot" 23 } 24 copy_before: { 25 from: "out/soong/.intermediates/system/apex/shim/build/com.android.apex.rotation.key.bob.x509.pem/gen/bob.x509.pem" 26 to: "out/soong/.intermediates/system/apex/shim/build/com.android.apex.rotation.key.bob.x509.pem/gen/bob.x509.pem" 27 } 28 chdir: true 29 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 --lineage __SBOX_SANDBOX_DIR__/out/soong/.intermediates/system/apex/shim/build/com.android.apex.rotation.key.bob.rot/gen/bob.rot --rotation-min-sdk-version 28 --out __SBOX_SANDBOX_DIR__/out/com.android.apex.cts.shim.v2_signed_bob_rot __SBOX_SANDBOX_DIR__/out/soong/.intermediates/system/apex/shim/build/com.android.apex.cts.shim.v2/android_common_com.android.apex.cts.shim.v2/com.android.apex.cts.shim.v2.apex" 30 copy_after: { 31 from: "out/com.android.apex.cts.shim.v2_signed_bob_rot" 32 to: "out/soong/.intermediates/system/apex/shim/build/com.android.apex.cts.shim.v2_signed_bob_rot/android_common/gen/com.android.apex.cts.shim.v2_signed_bob_rot" 33 } 34 input_hash: "dfd6c85ca3b4c6eb72ab51d97e023ce90266e6514e9a31722c73aa9b41107c3b" 35 env: { 36 name: "PATH" 37 inherit: true 38 } 39 env: { 40 name: "JAVA_HOME" 41 inherit: true 42 } 43 env: { 44 name: "TMPDIR" 45 inherit: true 46 } 47 env: { 48 name: "RBE_log_dir" 49 inherit: true 50 } 51 env: { 52 name: "RBE_platform" 53 inherit: true 54 } 55 env: { 56 name: "RBE_server_address" 57 inherit: true 58 } 59 env: { 60 name: "RBE_exec_root" 61 inherit: true 62 } 63 env: { 64 name: "OUT_DIR" 65 value: "out" 66 } 67 dont_inherit_env: true 68} 69 70