[LSC] Add LOCAL_LICENSE_KINDS to system/ca-certificates

Added legacy_by_exception_only to:
  Android.bp
  google/Android.bp
  soong/Android.bp
  wfa_certs/Android.bp

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all

Exempt-From-Owner-Approval: janitorial work
Change-Id: I8b747f3a3465fd81321c74a52203908bc3f23f3c
diff --git a/soong/Android.bp b/soong/Android.bp
index 8e9789b..d79481c 100644
--- a/soong/Android.bp
+++ b/soong/Android.bp
@@ -1,3 +1,15 @@
+// *** THIS PACKAGE HAS SPECIAL LICENSING CONDITIONS.  PLEASE
+//     CONSULT THE OWNERS AND [email protected] BEFORE
+//     DEPENDING ON IT IN YOUR PROJECT. ***
+package {
+    // See: http://go/android-license-faq
+    // A large-scale-change added 'default_applicable_licenses' to import
+    // all of the 'license_kinds' from "system_ca-certificates_license"
+    // to get the below license kinds:
+    //   legacy_by_exception_only (by exception only)
+    default_applicable_licenses: ["system_ca-certificates_license"],
+}
+
 bootstrap_go_package {
     name: "soong-ca-certificates",
     pkgPath: "android/soong/system/ca-certificates",