s3ve3g-common: Set SDK API level for required executables
* 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
This commit is contained in:
parent
75e1e132b1
commit
6d9439bb7d
1 changed files with 3 additions and 0 deletions
|
@ -61,6 +61,9 @@ TARGET_KERNEL_SOURCE := kernel/samsung/msm8226
|
|||
|
||||
# Legacy BLOB Support
|
||||
TARGET_NEEDS_PLATFORM_TEXT_RELOCATIONS := true
|
||||
TARGET_PROCESS_SDK_VERSION_OVERRIDE += \
|
||||
/system/bin/mediaserver=22 \
|
||||
/system/vendor/bin/mm-qcamera-daemon=22
|
||||
|
||||
# Partitions
|
||||
BOARD_FLASH_BLOCK_SIZE := 131072
|
||||
|
|
Loading…
Reference in a new issue