1commands: { 2 copy_before: { 3 from: "out/host/linux-x86/bin/xsdc" 4 to: "tools/out/bin/xsdc" 5 } 6 copy_before: { 7 from: "out/host/linux-x86/framework/xsdc.jar" 8 to: "tools/out/framework/xsdc.jar" 9 } 10 copy_before: { 11 from: "system/tools/xsdc/tests/resources/enum_type/attr_enumtype.xsd" 12 to: "system/tools/xsdc/tests/resources/enum_type/attr_enumtype.xsd" 13 } 14 chdir: true 15 command: "__SBOX_SANDBOX_DIR__/tools/out/bin/xsdc system/tools/xsdc/tests/resources/enum_type/attr_enumtype.xsd -p attr.enumtype -o __SBOX_SANDBOX_DIR__/out -c -t " 16 copy_after: { 17 from: "out/attr_enumtype.cpp" 18 to: "out/soong/.intermediates/system/tools/xsdc/tests/resources/enum_type/xsdc_attr_enumtype_tinyxml_tests/gen/cpp/attr_enumtype.cpp" 19 } 20 copy_after: { 21 from: "out/attr_enumtype_enums.cpp" 22 to: "out/soong/.intermediates/system/tools/xsdc/tests/resources/enum_type/xsdc_attr_enumtype_tinyxml_tests/gen/cpp/attr_enumtype_enums.cpp" 23 } 24 copy_after: { 25 from: "out/include/attr_enumtype.h" 26 to: "out/soong/.intermediates/system/tools/xsdc/tests/resources/enum_type/xsdc_attr_enumtype_tinyxml_tests/gen/cpp/include/attr_enumtype.h" 27 } 28 copy_after: { 29 from: "out/include/attr_enumtype_enums.h" 30 to: "out/soong/.intermediates/system/tools/xsdc/tests/resources/enum_type/xsdc_attr_enumtype_tinyxml_tests/gen/cpp/include/attr_enumtype_enums.h" 31 } 32 input_hash: "007b64eba0cc198da3623a2908b1ee1ad55c8d2f7d764ae16ceb859d9f7cdd25" 33 env: { 34 name: "PATH" 35 inherit: true 36 } 37 env: { 38 name: "JAVA_HOME" 39 inherit: true 40 } 41 env: { 42 name: "TMPDIR" 43 inherit: true 44 } 45 env: { 46 name: "RBE_log_dir" 47 inherit: true 48 } 49 env: { 50 name: "RBE_platform" 51 inherit: true 52 } 53 env: { 54 name: "RBE_server_address" 55 inherit: true 56 } 57 env: { 58 name: "RBE_exec_root" 59 inherit: true 60 } 61 env: { 62 name: "OUT_DIR" 63 value: "out" 64 } 65 dont_inherit_env: true 66} 67 68