Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 85514d29 authored by TARKZiM's avatar TARKZiM Committed by Bernhard Thoben
Browse files

kitakami-common: Build OSS Camera HAL

Change-Id: I4f02eddea95d6b2587f105ee263a447d4d8bd820
parent 882423d3
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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 \
@@ -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 \
+7 −5
Original line number Diff line number Diff line
@@ -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

@@ -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
+8 −0
Original line number Diff line number Diff line
@@ -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