diff options
| author | Simon Shields <keepcalm444@gmail.com> | 2016-11-23 20:11:38 -0800 |
|---|---|---|
| committer | Abhisek Devkota <ciwrl@cyanogenmod.com> | 2016-11-23 20:12:06 -0800 |
| commit | 52521523375a59e4f92e57c178b8bed3c985b773 (patch) | |
| tree | 0c8f721f891b8f51395bb7732e156725ac8a8248 | |
| parent | 42d3ed3b1f8bcbe9c189b31e1a29b1b302ae46ee (diff) | |
mako: enable text relocations
Change-Id: I0f92f0bb27548c0156f319222350bec28ea54feb
| -rw-r--r-- | BoardConfig.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 9e35bc7..f5e4200 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -112,6 +112,8 @@ BOARD_SEPOLICY_DIRS += \ BOARD_CHARGER_ENABLE_SUSPEND := true +TARGET_NEEDS_PLATFORM_TEXT_RELOCATIONS := true + USE_DEVICE_SPECIFIC_CAMERA:= true USE_DEVICE_SPECIFIC_QCOM_PROPRIETARY:= true |
