summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Choudhary <caditya@google.com>2024-02-02 13:58:07 +0000
committerAditya Choudhary <caditya@google.com>2024-02-02 13:58:07 +0000
commit1856280aa6640b9ba7dc47f25b8ea42273bdbf6d (patch)
tree74c0b7fadc904f9657bd41c5c0ec6d206d9978cb
parentc2909ee2f6a45d555bf9d0772c33d4b6732b3b42 (diff)
downloadwilhelm-1856280aa6640b9ba7dc47f25b8ea42273bdbf6d.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: I8a838e432cb21c8767b1bd69b74444f2a8131ef8
-rw-r--r--tests/Android.bp3
-rw-r--r--tests/automated/Android.bp1
-rw-r--r--tests/examples/Android.bp3
-rw-r--r--tests/listening/Android.bp1
-rw-r--r--tests/mimeUri/Android.bp3
-rw-r--r--tests/native-media/Android.bp1
-rw-r--r--tests/sandbox/Android.bp1
-rw-r--r--tests/sandbox/streamSource/Android.bp1
8 files changed, 11 insertions, 3 deletions
diff --git a/tests/Android.bp b/tests/Android.bp
index a219706..c081fdb 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -1,9 +1,10 @@
// Build the unit tests.
package {
+ default_team: "trendy_team_android_media_audio_framework",
// See: http://go/android-license-faq
default_applicable_licenses: [
"Android-Apache-2.0",
- "frameworks_wilhelm_license", // MIT
+ "frameworks_wilhelm_license", // MIT
],
}
diff --git a/tests/automated/Android.bp b/tests/automated/Android.bp
index 6e3b1bc..26d5066 100644
--- a/tests/automated/Android.bp
+++ b/tests/automated/Android.bp
@@ -1,6 +1,7 @@
// Build the unit tests.
package {
+ default_team: "trendy_team_android_media_audio_framework",
default_applicable_licenses: ["Android-Apache-2.0"],
}
diff --git a/tests/examples/Android.bp b/tests/examples/Android.bp
index 8a0d0e4..08409a9 100644
--- a/tests/examples/Android.bp
+++ b/tests/examples/Android.bp
@@ -1,10 +1,11 @@
// slesTest_recBuffQueue
package {
+ default_team: "trendy_team_android_media_audio_framework",
// See: http://go/android-license-faq
default_applicable_licenses: [
"Android-Apache-2.0",
- "frameworks_wilhelm_license", // MIT
+ "frameworks_wilhelm_license", // MIT
],
}
diff --git a/tests/listening/Android.bp b/tests/listening/Android.bp
index 0771be3..8da6adb 100644
--- a/tests/listening/Android.bp
+++ b/tests/listening/Android.bp
@@ -1,4 +1,5 @@
package {
+ default_team: "trendy_team_android_media_audio_framework",
default_applicable_licenses: ["Android-Apache-2.0"],
}
diff --git a/tests/mimeUri/Android.bp b/tests/mimeUri/Android.bp
index 994914d..3c5bbaf 100644
--- a/tests/mimeUri/Android.bp
+++ b/tests/mimeUri/Android.bp
@@ -1,10 +1,11 @@
// slesTest_playStates
package {
+ default_team: "trendy_team_android_media_audio_framework",
// See: http://go/android-license-faq
default_applicable_licenses: [
"Android-Apache-2.0",
- "frameworks_wilhelm_license", // MIT
+ "frameworks_wilhelm_license", // MIT
],
}
diff --git a/tests/native-media/Android.bp b/tests/native-media/Android.bp
index 66ff198..709ff26 100644
--- a/tests/native-media/Android.bp
+++ b/tests/native-media/Android.bp
@@ -1,4 +1,5 @@
package {
+ default_team: "trendy_team_platform_build",
default_applicable_licenses: ["Android-Apache-2.0"],
}
diff --git a/tests/sandbox/Android.bp b/tests/sandbox/Android.bp
index 2142d19..c9c37a7 100644
--- a/tests/sandbox/Android.bp
+++ b/tests/sandbox/Android.bp
@@ -1,6 +1,7 @@
// intbufq
package {
+ default_team: "trendy_team_android_media_audio_framework",
default_applicable_licenses: ["Android-Apache-2.0"],
}
diff --git a/tests/sandbox/streamSource/Android.bp b/tests/sandbox/streamSource/Android.bp
index bfbb05a..cd9b388 100644
--- a/tests/sandbox/streamSource/Android.bp
+++ b/tests/sandbox/streamSource/Android.bp
@@ -1,6 +1,7 @@
// slesTest_playStream
package {
+ default_team: "trendy_team_android_media_audio_framework",
default_applicable_licenses: ["Android-Apache-2.0"],
}