From e6222d04f0a6f5b09b2ea2d835374eed817ac1f9 Mon Sep 17 00:00:00 2001 From: Aditya Choudhary Date: Mon, 5 Feb 2024 15:42:50 +0000 Subject: [DON'T BLOCK] Test ownership migration rules This CL is created as a best effort to migrate test targets to the new android ownership model. If you find incorrect or unnecessary attribution in this CL, please create a separate CL to fix that. For more details please refer to the link below, go/new-android-ownership-model Bug: 304529413 Test: N/A Change-Id: Ie17ff06b1a4357ef6f6864efc13b42fc12a61788 --- Android.bp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Android.bp b/Android.bp index 2220f21..59f7665 100644 --- a/Android.bp +++ b/Android.bp @@ -1,6 +1,10 @@ // This file is generated by cargo_embargo. // Do not modify this file as changes will be overridden on upgrade. +package { + default_team: "trendy_team_android_rust", +} + rust_proc_macro { name: "libmockall_derive", crate_name: "mockall_derive", -- cgit v1.2.3