aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-04-23 23:21:14 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-04-23 23:21:14 +0000
commit860387e333ab9ced2ba31d178b59defdee3c82ed (patch)
treeff8c4797d8f6a610cf0226ca673557705079aa41
parentf875efa389aabd9d872ffd7b4e749fd393c3cb96 (diff)
parenta40b0c23899d998d51009f52f5cc7cd4de283476 (diff)
downloadxsdc-sdk-release.tar.gz
Snap for 11754915 from a40b0c23899d998d51009f52f5cc7cd4de283476 to sdk-releasesdk-release
Change-Id: I4cd1bb819c2f48782b8f8caeb9f3185927fcba87
-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.