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: "frameworks/base/core/xsd/vibrator/vibration/vibration.xsd" 16 to: "frameworks/base/core/xsd/vibrator/vibration/vibration.xsd" 17 } 18 chdir: true 19 command: "__SBOX_SANDBOX_DIR__/tools/out/bin/xsdc frameworks/base/core/xsd/vibrator/vibration/vibration.xsd -p com.android.internal.vibrator.persistence -o __SBOX_SANDBOX_DIR__/out/xsdc -j -r vibration-effect -r vibration-select && __SBOX_SANDBOX_DIR__/tools/out/bin/soong_zip -jar -o __SBOX_SANDBOX_DIR__/out/com_android_internal_vibrator_persistence_xsdcgen.srcjar -C __SBOX_SANDBOX_DIR__/out/xsdc -D __SBOX_SANDBOX_DIR__/out/xsdc" 20 copy_after: { 21 from: "out/com_android_internal_vibrator_persistence_xsdcgen.srcjar" 22 to: "out/soong/.intermediates/frameworks/base/core/xsd/xsd-vibrator-persistence/gen/java/com_android_internal_vibrator_persistence_xsdcgen.srcjar" 23 } 24 input_hash: "70a2cbba5b4b22c0d94fd4c90f61fd9c75529ba3507135195799ab1e10c22239" 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