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: "packages/modules/Bluetooth/system/bta/le_audio/audio_set_configurations.fbs" 14 to: "packages/modules/Bluetooth/system/bta/le_audio/audio_set_configurations.fbs" 15 } 16 copy_before: { 17 from: "packages/modules/Bluetooth/system/bta/le_audio/audio_set_scenarios.fbs" 18 to: "packages/modules/Bluetooth/system/bta/le_audio/audio_set_scenarios.fbs" 19 } 20 chdir: true 21 command: "__SBOX_SANDBOX_DIR__/tools/out/bin/flatc -I packages/modules/Bluetooth/system/ -o __SBOX_SANDBOX_DIR__/out --cpp packages/modules/Bluetooth/system/bta/le_audio/audio_set_configurations.fbs packages/modules/Bluetooth/system/bta/le_audio/audio_set_scenarios.fbs " 22 copy_after: { 23 from: "out/audio_set_configurations_generated.h" 24 to: "out/soong/.intermediates/packages/modules/Bluetooth/system/bta/LeAudioSetConfigSchemas_h/gen/audio_set_configurations_generated.h" 25 } 26 copy_after: { 27 from: "out/audio_set_scenarios_generated.h" 28 to: "out/soong/.intermediates/packages/modules/Bluetooth/system/bta/LeAudioSetConfigSchemas_h/gen/audio_set_scenarios_generated.h" 29 } 30 input_hash: "1c0963f2c254f4d6888b235e409754c4a510392f8840a2b6e1e5de36d71b6451" 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