diff options
| author | Bruno Martins <bgcngm@gmail.com> | 2018-10-13 00:01:45 +0100 |
|---|---|---|
| committer | Bruno Martins <bgcngm@gmail.com> | 2018-10-13 01:24:35 +0200 |
| commit | 9b6181b135647dc501224e6e3df7a42ed30c825f (patch) | |
| tree | f9651e957f78ec4b03cfb18fa7609001257af6a7 | |
| parent | 3762fcdc931fa9199ede8eff06cf208ab24d99e6 (diff) | |
m8-common: Set SDK API level for mediaserver to allow text relocations
* Camera blobs need text relocations (see commit 476099b).
Change-Id: I25cc51851469a702b2dc481d62c91f2aec868b8e
| -rw-r--r-- | BoardConfigCommon.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index c99ec33..e8f18cf 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -1,6 +1,6 @@ # # Copyright (C) 2015-2016 The CyanogenMod Project -# 2017 The LineageOS Project +# 2017-2018 The LineageOS Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -38,6 +38,7 @@ TARGET_SPECIFIC_HEADER_PATH += device/htc/m8-common/include # Camera TARGET_NEEDS_PLATFORM_TEXT_RELOCATIONS := true +TARGET_PROCESS_SDK_VERSION_OVERRIDE += /system/bin/mediaserver=22 TARGET_SPECIFIC_CAMERA_PARAMETER_LIBRARY := libcamera_parameters_ext USE_DEVICE_SPECIFIC_CAMERA := true |
