summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAditya Choudhary <caditya@google.com>2024-02-02 14:01:01 +0000
committerAditya Choudhary <caditya@google.com>2024-02-02 14:01:01 +0000
commit2e6807fc743585925cc9202c94336eb6bf1b06b9 (patch)
treefecafc799d7902e76eb21a99121006bc6b25a692 /tests
parentdd7c39aa3549f84a8f3aaa58d2314da106e869a5 (diff)
downloadCamera2-2e6807fc743585925cc9202c94336eb6bf1b06b9.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: Idb2f5c20a57f143308c6e9836bc675419b402d0f
Diffstat (limited to 'tests')
-rw-r--r--tests/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Android.bp b/tests/Android.bp
index db23daab2..4a88332f2 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_aosp",
// See: http://go/android-license-faq
default_applicable_licenses: [
"Android-Apache-2.0",
@@ -25,4 +26,3 @@ android_test {
srcs: ["src/**/*.java"],
instrumentation_for: "Camera2",
}
-