summaryrefslogtreecommitdiff
path: root/test/125-gc-and-classloading/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'test/125-gc-and-classloading/Android.bp')
-rw-r--r--test/125-gc-and-classloading/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/125-gc-and-classloading/Android.bp b/test/125-gc-and-classloading/Android.bp
index f1af4965ac..7693c9ab6b 100644
--- a/test/125-gc-and-classloading/Android.bp
+++ b/test/125-gc-and-classloading/Android.bp
@@ -3,6 +3,15 @@
// Build rules for ART run-test `125-gc-and-classloading`.
// Test's Dex code.
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "art_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["art_license"],
+}
+
java_test {
name: "art-run-test-125-gc-and-classloading",
defaults: ["art-run-test-defaults"],