Skip to content

Commit

Permalink
Merge pull request #40 from SuperLamic/hal3
Browse files Browse the repository at this point in the history
camera: enable HAL3 api
  • Loading branch information
Álvaro Brey authored Mar 14, 2017
2 parents 016e075 + ca98331 commit 5a6d770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions rootdir/etc/init.qcom.rc
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,6 @@ on boot
# bond0 used by FST Manager
chown wifi wifi /sys/class/net/bond0/bonding/queue_id

# change this when HAL3 is working
setprop persist.camera.HAL3.enabled 0

# msm specific files that need to be created on /data
on post-fs-data
mkdir /tombstones/modem 0771 system system
Expand Down
3 changes: 2 additions & 1 deletion system_prop.mk
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ PRODUCT_PROPERTY_OVERRIDES += \
persist.camera.llc=1 \
persist.camera.llnoise=1 \
persist.camera.stats.test=0 \
camera.disable_zsl_mode=1
camera.disable_zsl_mode=1 \
persist.camera.HAL3.enabled=1

# CNE
PRODUCT_PROPERTY_OVERRIDES += \
Expand Down

0 comments on commit 5a6d770

Please sign in to comment.