[LSC] Add LOCAL_LICENSE_KINDS to tools/treble am: f2f04df03c am: bf06c3c81b am: 402a35388d am: 583358bb55 am: a18828a990

Original change: https://android-review.googlesource.com/c/platform/tools/treble/+/2096759

Change-Id: Id44d8f32cceb6cdd26584a0fd1a55d3abea55231
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/build/report/app/Android.bp b/build/report/app/Android.bp
index 4c19617..4906202 100644
--- a/build/report/app/Android.bp
+++ b/build/report/app/Android.bp
@@ -12,6 +12,15 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+package {
+    // See: http://go/android-license-faq
+    // A large-scale-change added 'default_applicable_licenses' to import
+    // all of the 'license_kinds' from "tools_treble_license"
+    // to get the below license kinds:
+    //   SPDX-license-identifier-Apache-2.0
+    default_applicable_licenses: ["tools_treble_license"],
+}
+
 bootstrap_go_package {
     name: "treble_report_app",
     srcs: [
diff --git a/build/report/cmd/Android.bp b/build/report/cmd/Android.bp
index bbc295e..9b53fe9 100644
--- a/build/report/cmd/Android.bp
+++ b/build/report/cmd/Android.bp
@@ -12,6 +12,15 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+package {
+    // See: http://go/android-license-faq
+    // A large-scale-change added 'default_applicable_licenses' to import
+    // all of the 'license_kinds' from "tools_treble_license"
+    // to get the below license kinds:
+    //   SPDX-license-identifier-Apache-2.0
+    default_applicable_licenses: ["tools_treble_license"],
+}
+
 blueprint_go_binary {
     name: "treble_build",
     srcs: [
diff --git a/build/report/local/Android.bp b/build/report/local/Android.bp
index 261963e..685f885 100644
--- a/build/report/local/Android.bp
+++ b/build/report/local/Android.bp
@@ -12,6 +12,15 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+package {
+    // See: http://go/android-license-faq
+    // A large-scale-change added 'default_applicable_licenses' to import
+    // all of the 'license_kinds' from "tools_treble_license"
+    // to get the below license kinds:
+    //   SPDX-license-identifier-Apache-2.0
+    default_applicable_licenses: ["tools_treble_license"],
+}
+
 bootstrap_go_package {
     name: "treble_report_local",
     srcs: [
diff --git a/build/report/report/Android.bp b/build/report/report/Android.bp
index 3461af5..32ffea4 100644
--- a/build/report/report/Android.bp
+++ b/build/report/report/Android.bp
@@ -12,6 +12,15 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+package {
+    // See: http://go/android-license-faq
+    // A large-scale-change added 'default_applicable_licenses' to import
+    // all of the 'license_kinds' from "tools_treble_license"
+    // to get the below license kinds:
+    //   SPDX-license-identifier-Apache-2.0
+    default_applicable_licenses: ["tools_treble_license"],
+}
+
 bootstrap_go_package {
     name: "treble_report_module",
     srcs: [