commands: { copy_before: { from: "out/soong/.intermediates/external/protobuf/aprotoc/linux_glibc_x86_64/aprotoc" to: "tools/out/bin/aprotoc" executable: false } copy_before: { from: "out/soong/.intermediates/external/pigweed/pw_protobuf/py/pw_protobuf_plugin_py/linux_glibc_x86_64_PY3/pw_protobuf_plugin_py" to: "tools/out/bin/pw_protobuf_plugin_py" executable: false } copy_before: { from: "out/soong/.intermediates/external/sqlite/dist/libsqlite/linux_glibc_x86_64_shared/libsqlite.so" to: "tools/out/lib64/libsqlite.so" executable: false } copy_before: { from: "out/soong/.intermediates/external/icu/icu4c/source/i18n/libicui18n/linux_glibc_x86_64_shared/libicui18n-host.so" to: "tools/out/lib64/libicui18n-host.so" executable: false } copy_before: { from: "out/soong/.intermediates/external/icu/icu4c/source/common/libicuuc/linux_glibc_x86_64_shared/libicuuc-host.so" to: "tools/out/lib64/libicuuc-host.so" executable: false } copy_before: { from: "out/soong/.intermediates/external/icu/icu4c/source/stubdata/icu-data_host_i18n_apex/linux_glibc_common/icudt75l.dat" to: "tools/out/com.android.i18n/etc/icu/icudt75l.dat" executable: false } copy_before: { from: "out/soong/.intermediates/prebuilts/clang/host/linux-x86/libc++/linux_glibc_x86_64_shared/libc++.so" to: "tools/out/lib64/libc++.so" executable: false } copy_before: { from: "out/soong/.intermediates/external/pigweed/pw_protobuf_compiler/py/pw_protobuf_compiler_py/linux_glibc_x86_64_PY3/pw_protobuf_compiler_py" to: "tools/out/bin/pw_protobuf_compiler_py" executable: false } copy_before: { from: "out/soong/.intermediates/external/sqlite/dist/libsqlite/linux_glibc_x86_64_shared/libsqlite.so" to: "tools/out/lib64/libsqlite.so" executable: false } copy_before: { from: "out/soong/.intermediates/external/icu/icu4c/source/i18n/libicui18n/linux_glibc_x86_64_shared/libicui18n-host.so" to: "tools/out/lib64/libicui18n-host.so" executable: false } copy_before: { from: "out/soong/.intermediates/external/icu/icu4c/source/common/libicuuc/linux_glibc_x86_64_shared/libicuuc-host.so" to: "tools/out/lib64/libicuuc-host.so" executable: false } copy_before: { from: "out/soong/.intermediates/external/icu/icu4c/source/stubdata/icu-data_host_i18n_apex/linux_glibc_common/icudt75l.dat" to: "tools/out/com.android.i18n/etc/icu/icudt75l.dat" executable: false } copy_before: { from: "out/soong/.intermediates/prebuilts/clang/host/linux-x86/libc++/linux_glibc_x86_64_shared/libc++.so" to: "tools/out/lib64/libc++.so" executable: false } copy_before: { from: "external/protobuf/src/google/protobuf/any.proto" to: "external/protobuf/src/google/protobuf/any.proto" } copy_before: { from: "external/protobuf/src/google/protobuf/api.proto" to: "external/protobuf/src/google/protobuf/api.proto" } copy_before: { from: "external/protobuf/src/google/protobuf/compiler/plugin.proto" to: "external/protobuf/src/google/protobuf/compiler/plugin.proto" } copy_before: { from: "external/protobuf/src/google/protobuf/descriptor.proto" to: "external/protobuf/src/google/protobuf/descriptor.proto" } copy_before: { from: "external/protobuf/src/google/protobuf/duration.proto" to: "external/protobuf/src/google/protobuf/duration.proto" } copy_before: { from: "external/protobuf/src/google/protobuf/empty.proto" to: "external/protobuf/src/google/protobuf/empty.proto" } copy_before: { from: "external/protobuf/src/google/protobuf/field_mask.proto" to: "external/protobuf/src/google/protobuf/field_mask.proto" } copy_before: { from: "external/protobuf/src/google/protobuf/source_context.proto" to: "external/protobuf/src/google/protobuf/source_context.proto" } copy_before: { from: "external/protobuf/src/google/protobuf/struct.proto" to: "external/protobuf/src/google/protobuf/struct.proto" } copy_before: { from: "external/protobuf/src/google/protobuf/timestamp.proto" to: "external/protobuf/src/google/protobuf/timestamp.proto" } copy_before: { from: "external/protobuf/src/google/protobuf/type.proto" to: "external/protobuf/src/google/protobuf/type.proto" } copy_before: { from: "external/protobuf/src/google/protobuf/wrappers.proto" to: "external/protobuf/src/google/protobuf/wrappers.proto" } chdir: true command: "in_files=(external/protobuf/src/google/protobuf/descriptor.proto external/protobuf/src/google/protobuf/any.proto external/protobuf/src/google/protobuf/source_context.proto external/protobuf/src/google/protobuf/type.proto external/protobuf/src/google/protobuf/compiler/plugin.proto external/protobuf/src/google/protobuf/api.proto external/protobuf/src/google/protobuf/duration.proto external/protobuf/src/google/protobuf/empty.proto external/protobuf/src/google/protobuf/field_mask.proto external/protobuf/src/google/protobuf/struct.proto external/protobuf/src/google/protobuf/timestamp.proto external/protobuf/src/google/protobuf/wrappers.proto); compile_dir=$(dirname ${in_files[0]}); proto_files=(); for f in \"${in_files[@]}\"; do if [[ \"${f##*descriptor.}\" == \"proto\" ]]; then proto_files+=(\"${f}\"); fi; done; python3 __SBOX_SANDBOX_DIR__/tools/out/bin/pw_protobuf_compiler_py --proto-path=external/protobuf/src/ --out-dir=$(dirname __SBOX_SANDBOX_DIR__/out/google/protobuf/descriptor.pwpb.h) --plugin-path=__SBOX_SANDBOX_DIR__/tools/out/bin/pw_protobuf_plugin_py --compile-dir=${compile_dir} --sources ${proto_files} --language pwpb --no-experimental-proto3-optional --protoc=__SBOX_SANDBOX_DIR__/tools/out/bin/aprotoc " copy_after: { from: "out/google/protobuf/descriptor.pwpb.h" to: "out/soong/.intermediates/external/pigweed/pw_protobuf/google_protobuf_descriptor_pwpb_h/gen/google/protobuf/descriptor.pwpb.h" } input_hash: "114de64717a7e79c6dbbc2421a5b6e0c4100cd4fb1570e822d90bda7efbaa938" env: { name: "PATH" inherit: true } env: { name: "JAVA_HOME" inherit: true } env: { name: "TMPDIR" inherit: true } env: { name: "RBE_log_dir" inherit: true } env: { name: "RBE_platform" inherit: true } env: { name: "RBE_server_address" inherit: true } env: { name: "RBE_exec_root" inherit: true } env: { name: "OUT_DIR" value: "out" } dont_inherit_env: true }