diff options
Diffstat (limited to 'test/103-string-append')
-rw-r--r-- | test/103-string-append/Android.bp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/103-string-append/Android.bp b/test/103-string-append/Android.bp index 64b7b908a6..508070c42f 100644 --- a/test/103-string-append/Android.bp +++ b/test/103-string-append/Android.bp @@ -3,6 +3,15 @@ // Build rules for ART run-test `103-string-append`. // 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-103-string-append", defaults: ["art-run-test-defaults"], |