diff options
| author | vm03 <vasy@vasy.ru> | 2016-10-06 17:34:53 +0300 |
|---|---|---|
| committer | vm03 <vasy@vasy.ru> | 2016-10-06 17:34:53 +0300 |
| commit | 86e4a4c46c1d1f0f44fb95e91183acfd7887f7a4 (patch) | |
| tree | 014247693a4b336ac2e18dbc7a75858240426f64 | |
| parent | 5281b7193b61da1027ae031bbd3e10a8557fd8f8 (diff) | |
camera: enable TARGET_NEEDS_PLATFORM_TEXT_RELOCATIONS
Change-Id: I66004e5bc870464fa772c250d348ce4b7c19f70d
| -rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 80d2d6e..9b20df8 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -144,7 +144,7 @@ TARGET_NO_RPC := true # Camera USE_DEVICE_SPECIFIC_CAMERA := true -TARGET_NEEDS_TEXT_RELOCATIONS := true +TARGET_NEEDS_PLATFORM_TEXT_RELOCATIONS := true # Filesystem, TARGET_USERIMAGES_USE_EXT4 := true |
