summaryrefslogtreecommitdiff
path: root/testing/xts/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'testing/xts/Android.bp')
-rw-r--r--testing/xts/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/xts/Android.bp b/testing/xts/Android.bp
index 538595b..735a1c5 100644
--- a/testing/xts/Android.bp
+++ b/testing/xts/Android.bp
@@ -16,6 +16,10 @@
// OEMs can include this as a "_STATIC_" dependency and anything else needed to integrate with their
// own test suite. At runtime the libs below (or a superset) must be present.
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
java_library_host {
name: "time_zone_data_app_testing",
srcs: ["src/**/*.java"],