aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Android.bp')
-rw-r--r--tests/unit/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/unit/Android.bp b/tests/unit/Android.bp
index 42c7ee0..0108383 100644
--- a/tests/unit/Android.bp
+++ b/tests/unit/Android.bp
@@ -13,6 +13,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
android_test {
name: "CarCalendarUnitTests",
srcs: ["src/**/*.java"],