[LSC] Add LOCAL_LICENSE_KINDS
Added SPDX-license-identifier-Apache-2.0 to: conf/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: Ie09443987ffc0749d8400387415c7257c033ddb6
This commit is contained in:
parent
4ef29314fd
commit
a52cd301cd
1 changed files with 9 additions and 0 deletions
|
@ -24,6 +24,15 @@
|
||||||
// identical with the exception of the encryption settings, so to keep them in
|
// identical with the exception of the encryption settings, so to keep them in
|
||||||
// sync the rules below generate them from a template file.
|
// sync the rules below generate them from a template file.
|
||||||
|
|
||||||
|
package {
|
||||||
|
// See: http://go/android-license-faq
|
||||||
|
// A large-scale-change added 'default_applicable_licenses' to import
|
||||||
|
// all of the 'license_kinds' from "device_google_gs201_license"
|
||||||
|
// to get the below license kinds:
|
||||||
|
// SPDX-license-identifier-Apache-2.0
|
||||||
|
default_applicable_licenses: ["device_google_gs201_license"],
|
||||||
|
}
|
||||||
|
|
||||||
genrule {
|
genrule {
|
||||||
name: "gen_fstab.gs201",
|
name: "gen_fstab.gs201",
|
||||||
srcs: ["fstab.gs201.in"],
|
srcs: ["fstab.gs201.in"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue