commit | c2f76afc4c7a6a63a5e4a8b240d1f0d5752e5264 | [log] [tgz] |
---|---|---|
author | Jeff Pu <jeffpu@google.com> | Wed Apr 10 18:51:04 2024 +0000 |
committer | Jeff Pu <jeffpu@google.com> | Thu Apr 11 13:35:47 2024 +0000 |
tree | 1b9a4ba648582e82ab33936631293f267484b8c4 | |
parent | 8392bc6c6104a92b3930e30d6d01eb40501081d1 [diff] [blame] |
Add biometric virtual HAL tests to presubmit Bug: 333743980 Test: atest --test-mapping Change-Id: I4efc51473194ee431ee8ca4bb2c8a5dfb629ad87
diff --git a/biometrics/common/TEST_MAPPING b/biometrics/common/TEST_MAPPING new file mode 100644 index 0000000..06e9c53 --- /dev/null +++ b/biometrics/common/TEST_MAPPING
@@ -0,0 +1,10 @@ +{ + "postsubmit": [ + { + "name": "android.hardware.biometrics.common.ConfigTest" + }, + { + "name": "android.hardware.biometrics.common.WorkerThreadTest" + } + ] +}