diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2018-10-07 22:21:08 +0200 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2018-10-19 15:23:07 +0200 |
commit | a8908e85ad3a03ab2c4cca478b0bc1782261a6e9 (patch) | |
tree | d41afc83149936df1c92100b0945fb97ff5c483e | |
parent | ea71309fe8c88caa01fdb859f3f6645c8930ce2b (diff) |
msm8996-common: rootdir: We aren't using the camera wrapper anymore
Change-Id: I1305bedcd14af9b648809790f9d8faf86440d049
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
-rw-r--r-- | rootdir/etc/init.qcom.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 4d27f96..1ec9268 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -327,7 +327,7 @@ on boot # Allow access for CCID command/response timeout configuration chown system system /sys/module/ccid_bridge/parameters/bulk_msg_timeout - # Enable HAL3 via our camera wrapper. + # Enable HAL3 thanks to OSS camera HAL setprop persist.camera.HAL3.enabled 1 # Enable camera read sensors data. |