msm8937-common: Mark camera-related processes as API level 23.
Our camera blobs trigger some checks for broken behavior (destroyed mutex usage, invalid pthread usage) present in newer API levels. Change-Id: I8705437e0a5c6d80b86748bff559ce1e8a7bf716
This commit is contained in:
parent
048730eaf2
commit
584a356f2b
1 changed files with 4 additions and 0 deletions
|
@ -75,6 +75,10 @@ BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(VENDOR_PATH)/bluetooth
|
||||||
BLUETOOTH_HCI_USE_MCT := true
|
BLUETOOTH_HCI_USE_MCT := true
|
||||||
QCOM_BT_USE_SMD_TTY := true
|
QCOM_BT_USE_SMD_TTY := true
|
||||||
|
|
||||||
|
# Camera
|
||||||
|
TARGET_PROCESS_SDK_VERSION_OVERRIDE := \
|
||||||
|
/vendor/bin/mm-qcamera-daemon=23
|
||||||
|
|
||||||
# Charger
|
# Charger
|
||||||
BOARD_CHARGER_DISABLE_INIT_BLANK := true
|
BOARD_CHARGER_DISABLE_INIT_BLANK := true
|
||||||
BOARD_CHARGER_ENABLE_SUSPEND := true
|
BOARD_CHARGER_ENABLE_SUSPEND := true
|
||||||
|
|
Loading…
Reference in a new issue