1commands: { 2 copy_before: { 3 from: "out/host/linux-x86/bin/soong_zip" 4 to: "tools/out/bin/soong_zip" 5 } 6 copy_before: { 7 from: "out/host/linux-x86/bin/xsdc" 8 to: "tools/out/bin/xsdc" 9 } 10 copy_before: { 11 from: "out/host/linux-x86/framework/xsdc.jar" 12 to: "tools/out/framework/xsdc.jar" 13 } 14 copy_before: { 15 from: "hardware/interfaces/audio/effect/7.0/xml/audio_effects_conf.xsd" 16 to: "hardware/interfaces/audio/effect/7.0/xml/audio_effects_conf.xsd" 17 } 18 chdir: true 19 command: "__SBOX_SANDBOX_DIR__/tools/out/bin/xsdc hardware/interfaces/audio/effect/7.0/xml/audio_effects_conf.xsd -p audio.effects.V7_0 -o __SBOX_SANDBOX_DIR__/out/xsdc -j && __SBOX_SANDBOX_DIR__/tools/out/bin/soong_zip -jar -o __SBOX_SANDBOX_DIR__/out/audio_effects_V7_0_xsdcgen.srcjar -C __SBOX_SANDBOX_DIR__/out/xsdc -D __SBOX_SANDBOX_DIR__/out/xsdc" 20 copy_after: { 21 from: "out/audio_effects_V7_0_xsdcgen.srcjar" 22 to: "out/soong/.intermediates/hardware/interfaces/audio/effect/7.0/xml/audio_effects_conf_V7_0/gen/java/audio_effects_V7_0_xsdcgen.srcjar" 23 } 24 input_hash: "fe48364ce16c030b5a40c14f8605c141416c91b6c9ff8f83aa23d66feecbc5df" 25 env: { 26 name: "PATH" 27 inherit: true 28 } 29 env: { 30 name: "JAVA_HOME" 31 inherit: true 32 } 33 env: { 34 name: "TMPDIR" 35 inherit: true 36 } 37 env: { 38 name: "RBE_log_dir" 39 inherit: true 40 } 41 env: { 42 name: "RBE_platform" 43 inherit: true 44 } 45 env: { 46 name: "RBE_server_address" 47 inherit: true 48 } 49 env: { 50 name: "RBE_exec_root" 51 inherit: true 52 } 53 env: { 54 name: "OUT_DIR" 55 value: "out" 56 } 57 dont_inherit_env: true 58} 59 60