angler: fingerprint: update to SW20 am: cbdd3c6fe8
am: 1f6f5accc5

Change-Id: I256f9aff9fb2864f33ed2a5951530a25454da44d
diff --git a/sepolicy/fingerprintd.te b/sepolicy/fingerprintd.te
index e770c8f..4962742 100644
--- a/sepolicy/fingerprintd.te
+++ b/sepolicy/fingerprintd.te
@@ -7,3 +7,5 @@
 allow fingerprintd sysfs_fingerprintd:file rw_file_perms;
 allow fingerprintd sysfs_fingerprintd:dir search;
 allow fingerprintd sysfs_fingerprintd:dir r_dir_perms;
+# open/write/ioctl /dev/uinput
+allow fingerprintd uhid_device:chr_file { open write ioctl };