gts3l-common: boardconfig: Override SDK API level 27 for mm-qcamera-daemon
As our tablet was updated until Android 9, I tried to use SDK API level 28 but it couldn't init the camera feature. But setting to level 27 seems working well. Here is the details of overriding SDK API level from a LineageOS commit, which has Change-Id: I1d95a4019c298497dce504894d0db705e541a92d ``` Replace file pinning applied in commit fee6d01 by setting the lower SDK version that exempts mm-qcamera-daemon from the tight restrictions on mutex calls. This allows us to update to the latest blobs without needing to manually re-patch the offending camera lib. ``` Signed-off-by: Deokgyu Yang <secugyu@gmail.com> Change-Id: Ib75d5806c1facbd8e4e5dd4ea140a2716c6c2f54
This commit is contained in:
parent
43f874285d
commit
24df69b790
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ QCOM_BT_USE_BTNV := true
|
|||
# Camera
|
||||
BOARD_QTI_CAMERA_32BIT_ONLY := true
|
||||
TARGET_PROCESS_SDK_VERSION_OVERRIDE += \
|
||||
/vendor/bin/mm-qcamera-daemon=25
|
||||
/vendor/bin/mm-qcamera-daemon=27
|
||||
TARGET_SUPPORT_HAL1 := false
|
||||
TARGET_USES_MEDIA_EXTENSIONS := true
|
||||
TARGET_USES_QTI_CAMERA_DEVICE := true
|
||||
|
|
Loading…
Reference in a new issue