From ca983316e836f590da128dba3af4cd4e33048bad Mon Sep 17 00:00:00 2001 From: Ondrej Hlavac Date: Sun, 12 Mar 2017 13:56:40 +0100 Subject: [PATCH] camera: enable HAL3 api --- rootdir/etc/init.qcom.rc | 3 --- system_prop.mk | 3 ++- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index f373137..8ba5404 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -264,9 +264,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 /data/tombstones 0771 system system diff --git a/system_prop.mk b/system_prop.mk index 15dfa5f..16b266b 100644 --- a/system_prop.mk +++ b/system_prop.mk @@ -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 += \