sm8150-common: disable camera overrideFormat from reserved fields.
Also remove pinned generate camera blobs. finally can get over this 'overriding commands for target' Change-Id: I5d785b87517bb954ab780ded4e297bc6286af05f Signed-off-by: Fazil Sheik <fazil.sheik96@gmail.com>
This commit is contained in:
parent
5f8585b699
commit
f0d46ac6c9
|
@ -43,6 +43,9 @@ TARGET_2ND_CPU_VARIANT := cortex-a55
|
||||||
TARGET_BOOTLOADER_BOARD_NAME := msmnile
|
TARGET_BOOTLOADER_BOARD_NAME := msmnile
|
||||||
TARGET_NO_BOOTLOADER := true
|
TARGET_NO_BOOTLOADER := true
|
||||||
|
|
||||||
|
# Camera
|
||||||
|
TARGET_CAMERA_OVERRIDE_FORMAT_FROM_RESERVED := false
|
||||||
|
|
||||||
# Display
|
# Display
|
||||||
TARGET_RECOVERY_UI_MARGIN_HEIGHT := 80
|
TARGET_RECOVERY_UI_MARGIN_HEIGHT := 80
|
||||||
|
|
||||||
|
|
|
@ -142,10 +142,6 @@ vendor/lib64/libvl53l1_daemon.so
|
||||||
vendor/lib64/sensors.hal.tof.so
|
vendor/lib64/sensors.hal.tof.so
|
||||||
vendor/lib64/vendor.oneplus.hardware.CameraMDMHIDL@1.0.so
|
vendor/lib64/vendor.oneplus.hardware.CameraMDMHIDL@1.0.so
|
||||||
|
|
||||||
# Generated camera libraries (commit message)
|
|
||||||
vendor/lib64/camera.device@3.2-impl.so;MODULE_SUFFIX=_oneplus;OVERRIDES=camera.device@3.2-impl|fb016f906a0defd9317b63102f558dfcaa5f4c74
|
|
||||||
vendor/lib64/camera.device@3.3-impl.so;MODULE_SUFFIX=_oneplus;OVERRIDES=camera.device@3.3-impl|d1fcc5580ebf885f3e2c00dd9cc06cac4ddbd55d
|
|
||||||
|
|
||||||
# Camera firmware
|
# Camera firmware
|
||||||
vendor/firmware/CAMERA_ICP.elf
|
vendor/firmware/CAMERA_ICP.elf
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue