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
Branches
Tags
No related merge requests found
......@@ -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: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)
# Perform Binder IPC.
binder_use(surfaceflinger)
binder_call(surfaceflinger, system_server)
binder_call(surfaceflinger, nfc)
binder_service(surfaceflinger)
# Access the GPU.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment