summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Choudhary <caditya@google.com>2024-02-02 13:55:57 +0000
committerAditya Choudhary <caditya@google.com>2024-02-02 13:55:57 +0000
commit0c73da6ad5371340e6dc915647ec544b2e6e3f30 (patch)
tree4bdf1b3256a0e600b11ea5c7d18e19e1e31e8b4a
parent40b59d04b6188e951c1010f85089c6b41840f3c7 (diff)
downloadcommon-0c73da6ad5371340e6dc915647ec544b2e6e3f30.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: I3ebfdd5a0d5b8800584bb569a0a66c9276a1d844
-rw-r--r--libion/test/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libion/test/Android.bp b/libion/test/Android.bp
index fcc51f5..a8c933b 100644
--- a/libion/test/Android.bp
+++ b/libion/test/Android.bp
@@ -15,6 +15,7 @@
//
package {
+ default_team: "trendy_team_pixel_system_sw_display",
// See: http://go/android-license-faq
default_applicable_licenses: ["Android-Apache-2.0"],
}