Skip to content

Commit

Permalink
osprey: Mark camera-related processes as API level 23.
Browse files Browse the repository at this point in the history
Our camera blobs trigger some checks for broken behavior (destroyed
mutex usage, invalid pthread usage) present in newer API levels.

Change-Id: I8705437e0a5c6d80b86748bff559ce1e8a7bf716
  • Loading branch information
maniac103 authored and althafvly committed Jun 6, 2020
1 parent c621fb3 commit 39ccd7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39ccd7a

Please sign in to comment.