Moved FakeFingerprintManagerInteractor

Test: atest
Bug: 295206367
Change-Id: If9f3b9dc88260c0725f70d3444c4f9a4b6ee5c2f
This commit is contained in:
Joshua McCloskey
2023-09-08 16:04:25 +00:00
parent cb624a3155
commit 1ec202576d
28 changed files with 366 additions and 223 deletions

9
tests/shared/Android.bp Normal file
View File

@@ -0,0 +1,9 @@
android_library {
name: "Settings-testutils2",
srcs: [
"src/**/*.kt"
],
libs: [
"FingerprintManagerInteractor",
],
}