c5bfd2ec01
Added SPDX-license-identifier-Apache-2.0 to: tools/Android.bp Added SPDX-license-identifier-Apache-2.0 legacy_notice to: Android.bp Added legacy_notice to: android-4.19/Android.bp android-5.10/Android.bp android-5.4/Android.bp build/Android.bp p/android-4.14/Android.bp p/android-4.4/Android.bp p/android-4.9/Android.bp q/android-4.14/Android.bp q/android-4.19/Android.bp q/android-4.9/Android.bp r/android-4.14/Android.bp r/android-4.19/Android.bp r/android-5.4/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I9ea7130bab3e5a972419363e003286b533b30d6d
26 lines
607 B
Text
26 lines
607 B
Text
package {
|
|
// See: http://go/android-license-faq
|
|
// A large-scale-change added 'default_applicable_licenses' to import
|
|
// all of the 'license_kinds' from "kernel_configs_license"
|
|
// to get the below license kinds:
|
|
// SPDX-license-identifier-Apache-2.0
|
|
default_applicable_licenses: ["kernel_configs_license"],
|
|
}
|
|
|
|
python_binary_host {
|
|
name: "kconfig_xml_fixup",
|
|
main: "kconfig_xml_fixup.py",
|
|
|
|
srcs: [
|
|
"kconfig_xml_fixup.py",
|
|
],
|
|
|
|
version: {
|
|
py2: {
|
|
enabled: true,
|
|
},
|
|
py3: {
|
|
enabled: false,
|
|
},
|
|
},
|
|
}
|