summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Choudhary <caditya@google.com>2024-02-02 13:55:50 +0000
committerAditya Choudhary <caditya@google.com>2024-02-02 13:55:50 +0000
commitbe272a1a2f7c48fb4cd75d7fe17f00aff7a2b7fd (patch)
tree2f6ebb33937fc21d3f3c4d68b0368fe97b925747
parent27b35456204ccb92cc4bc01ebb1e86762920bbdb (diff)
downloadminikin-be272a1a2f7c48fb4cd75d7fe17f00aff7a2b7fd.tar.gz
Migrate Test Targets to New Android Ownership Model
This CL is created as a best effort to migrate test targets to the new Android ownership model. It is based on historical data from repository history and insights from git blame. Given the nature of this effort, there may be instances of incorrect attribution. If you find incorrect or unnecessary attribution in this CL, please create a new CL to fix that. For detailed guidelines and further information on the migration please refer to the link below, go/new-android-ownership-model Bug: 304529413 Test: N/A Change-Id: I973bde5b73a9db4461b26fcfee1a41b09a6e1bdb
-rw-r--r--fuzz/hyphenator_fuzzer/Android.bp1
-rw-r--r--fuzz/locale_fuzzer/Android.bp3
-rw-r--r--fuzz/measurement_fuzzer/Android.bp1
-rw-r--r--tests/perftests/Android.bp1
-rw-r--r--tests/stresstest/Android.bp3
-rw-r--r--tests/unittest/Android.bp1
6 files changed, 8 insertions, 2 deletions
diff --git a/fuzz/hyphenator_fuzzer/Android.bp b/fuzz/hyphenator_fuzzer/Android.bp
index 0b69dc3..9af185d 100644
--- a/fuzz/hyphenator_fuzzer/Android.bp
+++ b/fuzz/hyphenator_fuzzer/Android.bp
@@ -17,6 +17,7 @@
*****************************************************************************
*/
package {
+ default_team: "trendy_team_java_core_libraries",
default_applicable_licenses: ["Android-Apache-2.0"],
}
diff --git a/fuzz/locale_fuzzer/Android.bp b/fuzz/locale_fuzzer/Android.bp
index 5367687..25d0583 100644
--- a/fuzz/locale_fuzzer/Android.bp
+++ b/fuzz/locale_fuzzer/Android.bp
@@ -17,10 +17,11 @@
*****************************************************************************
*/
package {
+ default_team: "trendy_team_java_core_libraries",
default_applicable_licenses: ["Android-Apache-2.0"],
}
- cc_fuzz {
+cc_fuzz {
name: "locale_fuzzer",
srcs: [
"locale_fuzzer.cpp",
diff --git a/fuzz/measurement_fuzzer/Android.bp b/fuzz/measurement_fuzzer/Android.bp
index 133c172..288f42c 100644
--- a/fuzz/measurement_fuzzer/Android.bp
+++ b/fuzz/measurement_fuzzer/Android.bp
@@ -17,6 +17,7 @@
*****************************************************************************
*/
package {
+ default_team: "trendy_team_java_core_libraries",
default_applicable_licenses: ["Android-Apache-2.0"],
}
diff --git a/tests/perftests/Android.bp b/tests/perftests/Android.bp
index dcf5b98..46c41c6 100644
--- a/tests/perftests/Android.bp
+++ b/tests/perftests/Android.bp
@@ -15,6 +15,7 @@
//
package {
+ default_team: "trendy_team_java_core_libraries",
default_applicable_licenses: ["Android-Apache-2.0"],
}
diff --git a/tests/stresstest/Android.bp b/tests/stresstest/Android.bp
index d963a09..32b3a52 100644
--- a/tests/stresstest/Android.bp
+++ b/tests/stresstest/Android.bp
@@ -15,6 +15,7 @@
// see how_to_run.txt for instructions on running these tests
package {
+ default_team: "trendy_team_android_text",
default_applicable_licenses: ["Android-Apache-2.0"],
}
@@ -43,7 +44,7 @@ cc_test {
],
srcs: [
- "FontFamilyTest.cpp",
+ "FontFamilyTest.cpp",
"MultithreadTest.cpp",
],
diff --git a/tests/unittest/Android.bp b/tests/unittest/Android.bp
index 9800416..2da1249 100644
--- a/tests/unittest/Android.bp
+++ b/tests/unittest/Android.bp
@@ -15,6 +15,7 @@
// see how_to_run.txt for instructions on running these tests
package {
+ default_team: "trendy_team_java_core_libraries",
default_applicable_licenses: ["Android-Apache-2.0"],
}