1package { 2 // See: http://go/android-license-faq 3 // A large-scale-change added 'default_applicable_licenses' to import 4 // all of the 'license_kinds' from "kernel_configs_license" 5 // to get the below license kinds: 6 // SPDX-license-identifier-Apache-2.0 7 default_applicable_licenses: ["kernel_configs_license"], 8} 9 10python_binary_host { 11 name: "kconfig_xml_fixup", 12 main: "kconfig_xml_fixup.py", 13 14 srcs: [ 15 "kconfig_xml_fixup.py", 16 ], 17 18 version: { 19 py2: { 20 enabled: true, 21 }, 22 py3: { 23 enabled: false, 24 }, 25 }, 26} 27