Loading BoardConfigCommon.mk +5 −1 Original line number Diff line number Diff line Loading @@ -96,6 +96,11 @@ BOARD_HAVE_BLUETOOTH_BCM := true # Camera BOARD_QTI_CAMERA_32BIT_ONLY := true TARGET_USES_MEDIA_EXTENSIONS := true USE_DEVICE_SPECIFIC_CAMERA := true DEVICE_SPECIFIC_CAMERA_PATH := $(VENDOR_PATH)/camera BOARD_QTI_CAMERA_V2 := true TARGET_SUPPORT_HAL1 := false TARGET_USES_MEDIA_EXTENSIONS := true TARGET_PROCESS_SDK_VERSION_OVERRIDE := \ /system/bin/cameraserver=25 \ Loading Loading @@ -205,7 +210,6 @@ TARGET_USERIMAGES_USE_EXT4 := true # Shims TARGET_LD_SHIM_LIBS := \ /system/vendor/lib/hw/camera.vendor.msm8994.so|/system/vendor/lib/camera.qcom_shim.so \ /system/lib64/libsys-utils.so|libsensor.so \ /system/lib/libcammw.so|libsensor.so \ /system/bin/secd|/system/lib64/lib-preload64.so \ Loading device-common.mk +7 −5 Original line number Diff line number Diff line Loading @@ -137,10 +137,16 @@ PRODUCT_PACKAGES += \ # Camera PRODUCT_PACKAGES += \ android.hardware.camera.provider@2.4-service \ android.hardware.camera.provider@2.4-impl:32 \ android.hardware.camera.provider@2.4-impl \ camera.msm8994 \ vendor.qti.hardware.camera.device@1.0 PRODUCT_PACKAGES += \ libmmcamera_interface \ libmmjpeg_interface \ libmm-qcamera \ libqomx_core # Charger PRODUCT_PACKAGES += charger_res_images Loading Loading @@ -356,10 +362,6 @@ PRODUCT_PACKAGES += \ android.hardware.sensors@1.0-impl \ libshim_sensors # Shim libs PRODUCT_PACKAGES += \ camera.qcom_shim # Soong PRODUCT_SOONG_NAMESPACES += \ device/sony/kitakami-common Loading system.prop +8 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,14 @@ ro.qc.sdk.camera.facialproc=false camera.disable_zsl_mode=1 vendor.camera.aux.packagelist=org.codeaurora.snapcam,com.android.camera ro.vendor.camera.provider24.disable_mem_init=1 persist.camera.gyro.disable=1 persist.camera.feature.cac=0 persist.camera.ois.disable=0 persist.camera.eis.enable=0 persist.camera.zsl.mode=1 persist.camera.dual.camera.mpo=0 persist.camera.dc.frame.sync=0 persist.camera.dcrf.enable=0 # Charger ro.charger.enable_suspend=true Loading Loading
BoardConfigCommon.mk +5 −1 Original line number Diff line number Diff line Loading @@ -96,6 +96,11 @@ BOARD_HAVE_BLUETOOTH_BCM := true # Camera BOARD_QTI_CAMERA_32BIT_ONLY := true TARGET_USES_MEDIA_EXTENSIONS := true USE_DEVICE_SPECIFIC_CAMERA := true DEVICE_SPECIFIC_CAMERA_PATH := $(VENDOR_PATH)/camera BOARD_QTI_CAMERA_V2 := true TARGET_SUPPORT_HAL1 := false TARGET_USES_MEDIA_EXTENSIONS := true TARGET_PROCESS_SDK_VERSION_OVERRIDE := \ /system/bin/cameraserver=25 \ Loading Loading @@ -205,7 +210,6 @@ TARGET_USERIMAGES_USE_EXT4 := true # Shims TARGET_LD_SHIM_LIBS := \ /system/vendor/lib/hw/camera.vendor.msm8994.so|/system/vendor/lib/camera.qcom_shim.so \ /system/lib64/libsys-utils.so|libsensor.so \ /system/lib/libcammw.so|libsensor.so \ /system/bin/secd|/system/lib64/lib-preload64.so \ Loading
device-common.mk +7 −5 Original line number Diff line number Diff line Loading @@ -137,10 +137,16 @@ PRODUCT_PACKAGES += \ # Camera PRODUCT_PACKAGES += \ android.hardware.camera.provider@2.4-service \ android.hardware.camera.provider@2.4-impl:32 \ android.hardware.camera.provider@2.4-impl \ camera.msm8994 \ vendor.qti.hardware.camera.device@1.0 PRODUCT_PACKAGES += \ libmmcamera_interface \ libmmjpeg_interface \ libmm-qcamera \ libqomx_core # Charger PRODUCT_PACKAGES += charger_res_images Loading Loading @@ -356,10 +362,6 @@ PRODUCT_PACKAGES += \ android.hardware.sensors@1.0-impl \ libshim_sensors # Shim libs PRODUCT_PACKAGES += \ camera.qcom_shim # Soong PRODUCT_SOONG_NAMESPACES += \ device/sony/kitakami-common Loading
system.prop +8 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,14 @@ ro.qc.sdk.camera.facialproc=false camera.disable_zsl_mode=1 vendor.camera.aux.packagelist=org.codeaurora.snapcam,com.android.camera ro.vendor.camera.provider24.disable_mem_init=1 persist.camera.gyro.disable=1 persist.camera.feature.cac=0 persist.camera.ois.disable=0 persist.camera.eis.enable=0 persist.camera.zsl.mode=1 persist.camera.dual.camera.mpo=0 persist.camera.dc.frame.sync=0 persist.camera.dcrf.enable=0 # Charger ro.charger.enable_suspend=true Loading