Skip to content
Snippets Groups Projects
Commit 0079f1b6 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android (Google) Code Review
Browse files

Merge "Fix NFC image transfer" into klp-modular-dev

parents 6e4c1b7d 3fe65bab
No related branches found
No related tags found
No related merge requests found
...@@ -12,3 +12,6 @@ allow nfc nfc_data_file:notdevfile_class_set create_file_perms; ...@@ -12,3 +12,6 @@ allow nfc nfc_data_file:notdevfile_class_set create_file_perms;
allow nfc sysfs_nfc_power_writable:file rw_file_perms; allow nfc sysfs_nfc_power_writable:file rw_file_perms;
allow nfc sysfs:file write; allow nfc sysfs:file write;
allow nfc sdcard_type:dir create_dir_perms;
allow nfc sdcard_type:file create_file_perms;
...@@ -12,6 +12,7 @@ unix_socket_connect(surfaceflinger, property, init) ...@@ -12,6 +12,7 @@ unix_socket_connect(surfaceflinger, property, init)
# Perform Binder IPC. # Perform Binder IPC.
binder_use(surfaceflinger) binder_use(surfaceflinger)
binder_call(surfaceflinger, system_server) binder_call(surfaceflinger, system_server)
binder_call(surfaceflinger, nfc)
binder_service(surfaceflinger) binder_service(surfaceflinger)
# Access the GPU. # Access the GPU.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment