[LSC] Add LOCAL_LICENSE_KINDS to prebuilts/r8 am: 0bc14d9726 am: 8f48845dd1 am: 75be0861a5
Original change: https://android-review.googlesource.com/c/platform/prebuilts/r8/+/1949442
Change-Id: I972570c872a0fc3ce43b65d6a8da3f025f7a4316
diff --git a/tests/Android.bp b/tests/Android.bp
index b1270eb..ed62ba7 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -23,6 +23,15 @@
// Rule to dexdump the content of a sample app.
// The dexdump is used to simulate a raw stack trace from the app.
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "prebuilts_r8_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["prebuilts_r8_license"],
+}
+
genrule {
name: "r8retrace-dexdump-sample-app",
out: ["dexdump.txt"],