summaryrefslogtreecommitdiff
path: root/tck-android/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'tck-android/Android.bp')
-rw-r--r--tck-android/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/tck-android/Android.bp b/tck-android/Android.bp
index 7de3742..5450758 100644
--- a/tck-android/Android.bp
+++ b/tck-android/Android.bp
@@ -21,6 +21,15 @@
// adb install -r ${ANDROID_PRODUCT_OUT}/data/app/ObjenesisTck/ObjenesisTck.apk
// adb shell am instrument -w org.objenesis.tck.android/.TckInstrumentation
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "external_objenesis_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["external_objenesis_license"],
+}
+
android_test {
name: "ObjenesisTck",
sdk_version: "current",