aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Choudhary <caditya@google.com>2024-02-02 13:59:18 +0000
committerAditya Choudhary <caditya@google.com>2024-02-02 13:59:18 +0000
commitbcadc466d916092bf0b142e0c5688f9d90b3ad20 (patch)
tree3b70b70d3e020c41301b8fae41d204b5bcc124f5
parente7fe996db22c392f4d6b0bfbcab25127fc7b51a9 (diff)
downloadtrebuchet-bcadc466d916092bf0b142e0c5688f9d90b3ad20.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: Ie31bdc7fd10fc92e745d484c4b338aa1ac18a2e1
-rw-r--r--Android.bp5
1 files changed, 3 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 6c0735f..6ae5f29 100644
--- a/Android.bp
+++ b/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_android_core_graphics_stack",
default_applicable_licenses: ["tools_trebuchet_license"],
}
@@ -113,7 +114,7 @@ java_binary_host {
],
static_libs: [
"trebuchet-core",
- "trebuchet-startup-common"
+ "trebuchet-startup-common",
],
}
@@ -126,7 +127,7 @@ java_binary_host {
],
static_libs: [
"trebuchet-core",
- "trebuchet-startup-common"
+ "trebuchet-startup-common",
],
}