Android.bp: Define package default_team
Follow go/new-android-ownership-model to describe all tests under
package/modules/Virtualization/ as owned by the trendy_team_android_kvm,
which already exists in build/make/teams/Android.bp. This addresses a
lint issue in Gerrit when adding new tests (or even moving them) such as
in aosp/3218237.
Test: -
Change-Id: Idccccd73c1d8b045045e089cdc78720b5cb97155
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..a246e08
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,3 @@
+package {
+ default_team: "trendy_team_android_kvm",
+}