diff options
| author | rohan <purohit.rohan@gmail.com> | 2016-10-05 14:06:08 +0530 |
|---|---|---|
| committer | rohan <purohit.rohan@gmail.com> | 2016-12-13 20:13:12 +0530 |
| commit | b2020f61aa2a119268630ebd97bf361dce2d2006 (patch) | |
| tree | 22b618d29e3bd6139c3a1a983746c75bcc933d25 | |
| parent | d5597112c58a561cfb20f08e370755feb15728e6 (diff) | |
ferrari: Enable text relocations
* Our Hal doesnt support TS_MAKEUP, so remove
| -rw-r--r-- | board/qcom-camera.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/qcom-camera.mk b/board/qcom-camera.mk index a353837..0cad887 100644 --- a/board/qcom-camera.mk +++ b/board/qcom-camera.mk @@ -2,4 +2,4 @@ BOARD_CAMERA_SENSORS := imx135_cp8675 imx214_cp8675 ov5648_cp8675 TARGET_USE_VENDOR_CAMERA_EXT := true USE_DEVICE_SPECIFIC_CAMERA := true -TARGET_TS_MAKEUP := true +TARGET_NEEDS_PLATFORM_TEXT_RELOCATIONS := true |
