diff options
| author | Rygebin <kaankulahli@gmail.com> | 2017-02-05 19:31:52 +0000 |
|---|---|---|
| committer | Rygebin <kaankulahli@gmail.com> | 2017-02-05 19:31:52 +0000 |
| commit | 77c5dbadbb9ac4b4c288ad565f17cd32d7c08e2d (patch) | |
| tree | df1980d85b13f8d2242e0b61e7a224fbf36095fd | |
| parent | 0223eb086b0925529d4e4096e8c0fece6c6b69f2 (diff) | |
shamrock: Disable Camera HAL3 support
| -rw-r--r-- | BoardConfig.mk | 2 | ||||
| -rw-r--r-- | system.prop | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index fad168a..c545fe0 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -143,6 +143,8 @@ endif BOARD_CAMERA_SENSORS := imx220 imx230 ov8858_q8v19w_spirit
TARGET_USE_VENDOR_CAMERA_EXT := true
USE_DEVICE_SPECIFIC_CAMERA := true
+TARGET_HAS_LEGACY_CAMERA_HAL1 := true
+TARGET_USES_MEDIA_EXTENSIONS := true
# GPS
TARGET_NO_RPC := true
diff --git a/system.prop b/system.prop index e8bf6e6..a9dc86b 100644 --- a/system.prop +++ b/system.prop @@ -52,7 +52,7 @@ qcom.bluetooth.soc=smd ro.qualcomm.bt.hci_transport=smd # Camera -persist.camera.HAL3.enabled=1 +persist.camera.HAL3.enabled=0 persist.camera.hal.debug.mask=0 persist.camera.cpp.duplication=false |
