Migrate Test Targets to New Android Ownership Model am: efa69932ed

Original change: https://android-review.googlesource.com/c/platform/system/keymaster/+/2946548

Change-Id: If9e36bdfb5cab633a63983d81e80f1fda868f2f2
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/Android.bp b/Android.bp
index 3a21fa7..96c6118 100644
--- a/Android.bp
+++ b/Android.bp
@@ -15,6 +15,7 @@
 // libkeymaster_messages contains just the code necessary to communicate with a
 // AndroidKeymaster implementation, e.g. one running in TrustZone.
 package {
+    default_team: "trendy_team_android_hardware_backed_security",
     default_applicable_licenses: ["system_keymaster_license"],
 }
 
diff --git a/fuzzer/Android.bp b/fuzzer/Android.bp
index 75af40f..2fd54a7 100644
--- a/fuzzer/Android.bp
+++ b/fuzzer/Android.bp
@@ -16,6 +16,7 @@
  */
 
 package {
+    default_team: "trendy_team_android_hardware_backed_security",
     // See: http://go/android-license-faq
     // A large-scale-change added 'default_applicable_licenses' to import
     // all of the 'license_kinds' from "system_keymaster_license"
diff --git a/tests/Android.bp b/tests/Android.bp
index d5ea46b..261ee03 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -1,4 +1,5 @@
 package {
+    default_team: "trendy_team_android_hardware_backed_security",
     // See: http://go/android-license-faq
     // A large-scale-change added 'default_applicable_licenses' to import
     // all of the 'license_kinds' from "system_keymaster_license"
@@ -55,7 +56,7 @@
         "authorization_set_test.cpp",
         "key_blob_test.cpp",
         "android_keymaster_messages_test.cpp",
-         "keymaster_enforcement_test.cpp",
+        "keymaster_enforcement_test.cpp",
         "attestation_record_test.cpp",
         "wrapped_key_test.cpp",
     ],