diff options
| author | Kevin F. Haggerty <haggertk@lineageos.org> | 2018-09-20 08:19:36 -0600 |
|---|---|---|
| committer | althafvly <althafvly@gmail.com> | 2020-06-07 00:05:32 +0530 |
| commit | 936034253ecbceb59cfd58dbc8a1e337b1d4d7ff (patch) | |
| tree | 4e005b46438fc0dffc16f7e6842e60a3b852572d | |
| parent | b55b66f8be1be71ee8fce9eabe120653e1acdc4c (diff) | |
camera: 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
| -rw-r--r-- | BoardConfig.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 364d0ba..cefd578 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -27,7 +27,8 @@ TARGET_OTA_ASSERT_DEVICE := merlin 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 := merlin_defconfig |
