[LSC] Add LOCAL_LICENSE_KINDS to device/google/gs101

Added SPDX-license-identifier-Apache-2.0 to:
  conf/Android.bp

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all

Exempt-From-Owner-Approval: janitorial work
Change-Id: Ibba45375a32253dce8185674b1dddf08c83b3fe0
This commit is contained in:
Bob Badour 2021-08-31 18:51:50 -07:00
parent 565b9b27ae
commit 25b5f6dbbf

View file

@ -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_gs101_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["device_google_gs101_license"],
}
genrule { genrule {
name: "gen_fstab.gs101", name: "gen_fstab.gs101",
srcs: ["fstab.gs101.in"], srcs: ["fstab.gs101.in"],