aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2018-08-31 13:35:20 +0200
committeralthafvly <althafvly@gmail.com>2020-06-06 13:29:03 +0530
commit39ccd7a7fdeaa79290a03924250551ac853d1db9 (patch)
tree5bbc15998f60f1cad95bccf51cd808412c416dc9
parentc621fb34b8f5e173d6f4f843c87e08ebc9aaeffb (diff)
osprey: 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
-rw-r--r--BoardConfig.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 4dce5e4..9dd2fa8 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -26,6 +26,8 @@ TARGET_OTA_ASSERT_DEVICE := osprey,osprey_umts,osprey_u2,osprey_ud2,osprey_uds,o
# Camera
BOARD_GLOBAL_CFLAGS += -DCONFIG_MSM_USES_M_STACK
TARGET_HAS_LEGACY_CAMERA_HAL1 := true
+TARGET_PROCESS_SDK_VERSION_OVERRIDE := \
+ /system/bin/mm-qcamera-daemon=23
# Kernel
TARGET_KERNEL_CONFIG := osprey_defconfig