Merge "emulator: grant fingerprint hal data permission" am: b2cc4ddafd

am: 96fecf5b08

Change-Id: If1bc358d6a761146ec86af0ccf84613b2fff325d
This commit is contained in:
bohu 2018-02-15 16:54:57 +00:00 committed by android-build-merger
commit 58a877d853
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# TODO(b/36644492): Remove data_between_core_and_vendor_violators once
# hal_fingerprint no longer directly accesses fingerprintd_data_file.
typeattribute hal_fingerprint_default data_between_core_and_vendor_violators;
allow hal_fingerprint_default fingerprintd_data_file:file create_file_perms;
allow hal_fingerprint_default fingerprintd_data_file:dir rw_dir_perms;