From 1be244d397d5aae7629265bfab77d97b3af086e7 Mon Sep 17 00:00:00 2001 From: "Kevin F. Haggerty" Date: Thu, 20 Sep 2018 08:19:36 -0600 Subject: [PATCH] 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 --- BoardConfig.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 93ea9ad..881bd7e 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -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