summaryrefslogtreecommitdiff
path: root/tests/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Android.bp')
-rw-r--r--tests/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/Android.bp b/tests/Android.bp
index c8e308c..2dee7dc 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -16,6 +16,15 @@
// build the test apk
//-------------------------------
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "external_crcalc_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["external_crcalc_license"],
+}
+
android_test {
name: "CRTests",
sdk_version: "19",