Skip to content

Commit

Permalink
camera: Set SDK API level for required executables
Browse files Browse the repository at this point in the history
* This singularly handles both text relocation (M) and mutex (P)
  linker restrictions
* mediaserver - Needs text relocations
* mm-qcamera-daemon - Needs both text relocations and mutex restrictions
  relaxed

Change-Id: I97a79fb57aaadf5cf62894489522b2de6d8c2e36
  • Loading branch information
haggertk authored and althafvly committed Jun 6, 2020
1 parent a8397de commit 1be244d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ TARGET_OTA_ASSERT_DEVICE := osprey,osprey_umts,osprey_u2,osprey_ud2,osprey_uds,o
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
/system/bin/mediaserver=23 \
/system/bin/mm-qcamera-daemon=23

# Kernel
TARGET_KERNEL_CONFIG := osprey_defconfig
Expand Down

0 comments on commit 1be244d

Please sign in to comment.