summaryrefslogtreecommitdiff
path: root/tests/Android.bp
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 /tests/Android.bp
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
Diffstat (limited to 'tests/Android.bp')
-rw-r--r--tests/Android.bp3
1 files changed, 2 insertions, 1 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
],
}