summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
e0ffcec)
Devices with libnfc-nci might have their NFC HAL crash when
the config doesn't exist or contains invalid data. Fix it.
for n in glob.glob("/tmp/run-*"):
make_entry(n, options="rbind,create=dir,optional 0 0")
for n in glob.glob("/tmp/run-*"):
make_entry(n, options="rbind,create=dir,optional 0 0")
+ # NFC config
+ make_entry("/system/etc/libnfc-nci.conf", options="bind,optional 0 0")
+