[LSC] Add LOCAL_LICENSE_KINDS to prebuilts/r8
Added SPDX-license-identifier-Apache-2.0 to:
tests/Android.bp
Bug: 68860345
Bug: 151177513
Bug: 151953481
Test: m all
Change-Id: I25cdf649702b766d62b82da3bd3f752fc1344595
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"],