diff options
author | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-03-22 22:19:41 +0100 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-03-22 22:32:41 +0100 |
commit | 8193eb33bcb2bc0cdd7ae70e255481eb12d6cb0a (patch) | |
tree | f038ac7c03c1a75dc31cdce33e68e8c269a7f2d8 /rootdir/etc/init.qcom.rc | |
parent | b6c3225555cdb2c4feaa7aa2ae6288c1f1b4e36e (diff) |
msm8996-common: Use our own camera socket path.
* The path should have the same length as the
previous one: /data/misc/camera/cam_socket
* Also make the directory for the socket.
Diffstat (limited to 'rootdir/etc/init.qcom.rc')
-rw-r--r-- | rootdir/etc/init.qcom.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index e1e1af8..9f66506 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -91,6 +91,7 @@ on post-fs-data # Create folder for mm-qcamera-daemon mkdir /data/misc/camera 0770 camera camera + mkdir /data/vendor/camera 0770 camera camera mkdir /data/media 0770 media_rw media_rw chown media_rw media_rw /data/media |