platform_kernel_configs/tools/Android.bp
Bob Badour 8e30736b3d Fix licenses and license texts.
No legacy_notice code remains. Everything appears to be Android 1p.

Test: m nothing
Change-Id: I25b66acf26102862e3e35ec72c2261b020df834e
2022-01-25 12:21:06 -08:00

22 lines
382 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",
],
version: {
py2: {
enabled: true,
},
py3: {
enabled: false,
},
},
}