summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Choudhary <caditya@google.com>2024-02-13 15:01:48 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2024-02-13 15:01:48 +0000
commitfe1f69ca49ec349ff78d5e14c4e480e4f85e50b4 (patch)
treef00453d17c051148d7301c583d0d5f636734bb73
parent335eb0b3561b13b70a563bcd64f5dd3862707aef (diff)
parentefa69932ed3a2131ec91bdb095f45be5edbb3753 (diff)
downloadkeymaster-fe1f69ca49ec349ff78d5e14c4e480e4f85e50b4.tar.gz
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>
-rw-r--r--Android.bp1
-rw-r--r--fuzzer/Android.bp1
-rw-r--r--tests/Android.bp3
3 files changed, 4 insertions, 1 deletions
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 @@ cc_test {
"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",
],