aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp4
-rw-r--r--tests/ui/Android.bp4
-rw-r--r--tests/unit/Android.bp4
3 files changed, 12 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 63f7ceb..a5d91b7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -13,6 +13,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
android_app {
name: "CarCalendarApp",
srcs: ["src/**/*.java"],
diff --git a/tests/ui/Android.bp b/tests/ui/Android.bp
index 829e312..0480d95 100644
--- a/tests/ui/Android.bp
+++ b/tests/ui/Android.bp
@@ -13,6 +13,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
android_test {
name: "CarCalendarUiTests",
srcs: ["src/**/*.java"],
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"],