summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Choudhary <caditya@google.com>2024-02-02 14:01:18 +0000
committerAditya Choudhary <caditya@google.com>2024-02-02 14:01:18 +0000
commitefa69932ed3a2131ec91bdb095f45be5edbb3753 (patch)
treef00453d17c051148d7301c583d0d5f636734bb73
parent813b3f8eb45841e97c76c0a09195530c720371a3 (diff)
downloadkeymaster-efa69932ed3a2131ec91bdb095f45be5edbb3753.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: I72722c21119c5167a4b9930ab7849f25d97ef23f
-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",
],