22 lines
477 B
Plaintext
22 lines
477 B
Plaintext
|
|
||
|
package {
|
||
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
||
|
}
|
||
|
|
||
|
xsd_config {
|
||
|
name: "xsdc_simple_complex_content_tests",
|
||
|
srcs: ["simple_complex_content.xsd"],
|
||
|
package_name: "simple.complex.content",
|
||
|
gen_writer: true,
|
||
|
gen_has: true,
|
||
|
}
|
||
|
|
||
|
xsd_config {
|
||
|
name: "xsdc_simple_complex_content_tinyxml_tests",
|
||
|
srcs: ["simple_complex_content.xsd"],
|
||
|
package_name: "simple.complex.content",
|
||
|
gen_writer: true,
|
||
|
gen_has: true,
|
||
|
tinyxml: true,
|
||
|
}
|