From b75b46b8a0068eb730303b796db1d75f79eec362 Mon Sep 17 00:00:00 2001 From: Aditya Choudhary Date: Fri, 2 Feb 2024 13:56:18 +0000 Subject: 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: I0cc8123c117ac9eb5eab80827f9db5ba76584477 --- tests/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Android.bp b/tests/Android.bp index 99ec108..ca9442d 100644 --- a/tests/Android.bp +++ b/tests/Android.bp @@ -1,6 +1,7 @@ // Build the unit tests. package { + default_team: "trendy_team_art_mainline", // http://go/android-license-faq // A large-scale-change added 'default_applicable_licenses' to import // the below license kinds from "libnativehelper_license": -- cgit v1.2.3