diff options
author | davidevinavil <davidevinavil@gmail.com> | 2017-11-05 18:14:10 +0100 |
---|---|---|
committer | dd3boh <dade.garberi@gmail.com> | 2017-11-09 14:22:41 +0100 |
commit | e1da106e8913be6950909d267e3cd5979c26ee50 (patch) | |
tree | fd5cff6966e7c097ed3648f1668830fbac227649 | |
parent | 40e6d7a37bb25a4cf6b2a82b61650f4ab839112a (diff) |
msm8996-common: Cleanup camera properties
Signed-off-by: dd3boh <dade.garberi@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | BoardConfigCommon.mk | 5 | ||||
-rw-r--r-- | system.prop | 4 |
2 files changed, 0 insertions, 9 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 09eeb20..9fac0e7 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -109,11 +109,6 @@ BOARD_HAVE_BLUETOOTH := true BOARD_HAVE_BLUETOOTH_QCOM := true QCOM_BT_USE_BTNV := true -# Camera -BOARD_QTI_CAMERA_32BIT_ONLY := true -USE_DEVICE_SPECIFIC_CAMERA := true -TARGET_CAMERASERVICE_CLOSES_NATIVE_HANDLES := true - # Charger BOARD_CHARGER_ENABLE_SUSPEND := true BOARD_CHARGER_DISABLE_INIT_BLANK := true diff --git a/system.prop b/system.prop index 808e123..b24dc01 100644 --- a/system.prop +++ b/system.prop @@ -28,10 +28,6 @@ ro.bluetooth.emb_wp_mode=true ro.bluetooth.wipower=true # Camera -persist.camera.imglib.fddsp=1 -persist.camera.llc=1 -persist.camera.llnoise=1 -persist.camera.stats.test=0 camera.disable_zsl_mode=1 # CNE |