system/tools/xsdc/tests/resources/cross_generate_parse_tinyxml/Android.bp

13 lines
255 B
Plaintext
Raw Permalink Normal View History

2025-08-25 08:01:50 +08:00
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
xsd_config {
name: "xsdc_cross_generate_parse_tinyxml_tests",
srcs: ["cross_generate_parse.xsd"],
package_name: "cross.tinyxml",
gen_writer: true,
tinyxml: true,
}