gs101: clean up kernel variables am: 17f6b03738 am: e2d75ff078
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15746361
Change-Id: I24929729f612646a159de6f4711348865f0fe251
diff --git a/conf/Android.bp b/conf/Android.bp
index de57a14..5e58678 100644
--- a/conf/Android.bp
+++ b/conf/Android.bp
@@ -24,6 +24,15 @@
// identical with the exception of the encryption settings, so to keep them in
// 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 {
name: "gen_fstab.gs101",
srcs: ["fstab.gs101.in"],