1commands: { 2 copy_before: { 3 from: "out/soong/.intermediates/external/flatbuffers/flatc/linux_glibc_x86_64/flatc" 4 to: "tools/out/bin/flatc" 5 executable: false 6 } 7 copy_before: { 8 from: "out/soong/.intermediates/prebuilts/clang/host/linux-x86/libc++/linux_glibc_x86_64_shared/libc++.so" 9 to: "tools/out/lib64/libc++.so" 10 executable: false 11 } 12 copy_before: { 13 from: "external/executorch/schema/program.fbs" 14 to: "external/executorch/schema/program.fbs" 15 } 16 copy_before: { 17 from: "external/executorch/schema/scalar_type.fbs" 18 to: "external/executorch/schema/scalar_type.fbs" 19 } 20 chdir: true 21 command: "CC_ARCH=arm64 CC_NATIVE_BRIDGE= CC_MULTILIB=lib64 CC_OS=android && __SBOX_SANDBOX_DIR__/tools/out/bin/flatc --cpp --cpp-std c++11 --gen-mutable --scoped-enums --include-prefix executorch/schema/ -o __SBOX_SANDBOX_DIR__/out/executorch/schema/ external/executorch/schema/program.fbs external/executorch/schema/scalar_type.fbs" 22 copy_after: { 23 from: "out/executorch/schema/program_generated.h" 24 to: "out/soong/.intermediates/external/executorch/executorch_fbs_gen/android_arm64_armv8-2a_cortex-a55/gen/executorch/schema/program_generated.h" 25 } 26 copy_after: { 27 from: "out/executorch/schema/scalar_type_generated.h" 28 to: "out/soong/.intermediates/external/executorch/executorch_fbs_gen/android_arm64_armv8-2a_cortex-a55/gen/executorch/schema/scalar_type_generated.h" 29 } 30 input_hash: "ce584c3cbe9ef607b971faf9e33d3e177f0293f380d720a3887c7daf676731a4" 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