1commands: { 2 copy_before: { 3 from: "out/soong/.intermediates/external/conscrypt/conscrypt_generate_constants/linux_glibc_x86_64/conscrypt_generate_constants" 4 to: "tools/out/bin/conscrypt_generate_constants" 5 executable: false 6 } 7 copy_before: { 8 from: "out/soong/.intermediates/external/boringssl/libssl/linux_glibc_x86_64_shared/libssl-host.so" 9 to: "tools/out/lib64/libssl-host.so" 10 executable: false 11 } 12 copy_before: { 13 from: "out/soong/.intermediates/external/boringssl/libcrypto/linux_glibc_x86_64_shared/libcrypto-host.so" 14 to: "tools/out/lib64/libcrypto-host.so" 15 executable: false 16 } 17 copy_before: { 18 from: "out/soong/.intermediates/prebuilts/clang/host/linux-x86/libc++/linux_glibc_x86_64_shared/libc++.so" 19 to: "tools/out/lib64/libc++.so" 20 executable: false 21 } 22 chdir: true 23 command: "__SBOX_SANDBOX_DIR__/tools/out/bin/conscrypt_generate_constants com.android.org.conscrypt > __SBOX_SANDBOX_DIR__/out/com/android/org/conscrypt/NativeConstants.java" 24 copy_after: { 25 from: "out/com/android/org/conscrypt/NativeConstants.java" 26 to: "out/soong/.intermediates/external/conscrypt/conscrypt_generated_constants/gen/com/android/org/conscrypt/NativeConstants.java" 27 } 28 input_hash: "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" 29 env: { 30 name: "PATH" 31 inherit: true 32 } 33 env: { 34 name: "JAVA_HOME" 35 inherit: true 36 } 37 env: { 38 name: "TMPDIR" 39 inherit: true 40 } 41 env: { 42 name: "RBE_log_dir" 43 inherit: true 44 } 45 env: { 46 name: "RBE_platform" 47 inherit: true 48 } 49 env: { 50 name: "RBE_server_address" 51 inherit: true 52 } 53 env: { 54 name: "RBE_exec_root" 55 inherit: true 56 } 57 env: { 58 name: "OUT_DIR" 59 value: "out" 60 } 61 dont_inherit_env: true 62} 63 64