aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp3
-rw-r--r--tests/Android.bp2
2 files changed, 3 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 345cf74..8bd5a22 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,5 @@
package {
+ default_team: "trendy_team_android_kernel",
default_applicable_licenses: ["Android-Apache-2.0"],
}
@@ -10,7 +11,7 @@ java_binary_host {
static_libs: [
"commons-cli-1.2",
],
- manifest: "MANIFEST.MF"
+ manifest: "MANIFEST.MF",
}
java_test_host {
diff --git a/tests/Android.bp b/tests/Android.bp
index 6ef14ee..11470a4 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -1,4 +1,5 @@
package {
+ default_team: "trendy_team_android_kernel",
default_applicable_licenses: ["Android-Apache-2.0"],
}
@@ -144,7 +145,6 @@ cc_test_host {
test_suites: ["general-tests"],
}
-
// These tests verify that enums-only and parser-only
// modules can be combined later. The tests use libtinyxml2
// in the generated sources.