summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Choudhary <caditya@google.com>2024-02-02 13:55:51 +0000
committerAditya Choudhary <caditya@google.com>2024-02-02 13:55:51 +0000
commit75201856d646b1378b6765410fc43a275c5c98d3 (patch)
tree0adaa14e45f572f34e55254e939ca3f893c71547
parent6afeed1ec2f5ac98654271fc93c6c1bf73d930c9 (diff)
downloadav-75201856d646b1378b6765410fc43a275c5c98d3.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: I301ef4f78dd1ad66597998adbafd2fff7de05207
-rw-r--r--media/eco/tests/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/eco/tests/Android.bp b/media/eco/tests/Android.bp
index abd8037..99c93cd 100644
--- a/media/eco/tests/Android.bp
+++ b/media/eco/tests/Android.bp
@@ -1,4 +1,5 @@
package {
+ default_team: "trendy_team_android_media_audio_framework",
// See: http://go/android-license-faq
default_applicable_licenses: ["Android-Apache-2.0"],
}