9cb0c67c72
No changes were necessary, but since I noticed "die" wasn't defined I removed usages of it. Test: python3 ./tools/kconfig_xml_fixup.py --input android-5.15/android-base-conditional.xml --output-matrix ./outputmatrix --output-version ./outputversion Bug: 203436762 Change-Id: I7a94c57c88b96aba393655151cc5e872953dee6e
13 lines
252 B
Text
13 lines
252 B
Text
package {
|
|
// See: http://go/android-license-faq
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
python_binary_host {
|
|
name: "kconfig_xml_fixup",
|
|
main: "kconfig_xml_fixup.py",
|
|
|
|
srcs: [
|
|
"kconfig_xml_fixup.py",
|
|
],
|
|
}
|