[LSC] Add LOCAL_LICENSE_KINDS to device/google/gs101 am: 9600d301b7
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15738724 Change-Id: I596bfd6009c5b80c22380259b1f8f9fcb546a4b8
This commit is contained in:
commit
ec47ba52c5
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_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"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue