aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonish Kalia <ronish@google.com>2024-04-22 16:17:37 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-04-22 16:17:37 +0000
commita40b0c23899d998d51009f52f5cc7cd4de283476 (patch)
treeff8c4797d8f6a610cf0226ca673557705079aa41
parent7539c2fdde8479886b017d70d011a5d9ffc4eef4 (diff)
parentb6acfd7d31cfee090a10b8144466cf2ee8c88904 (diff)
downloadxsdc-main.tar.gz
Merge "Migrate Test Targets to New Android Ownership Model" into mainHEADmastermain
-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.