klte-common: enable text relocations

vendor/samsung $ for f in `find klte* -type f`; do scanelf -qt $f; done
TEXTREL  klte/proprietary/vendor/firmware/libpn547_fw.so
TEXTREL  klte-common/proprietary/lib/libmmjpeg.so
TEXTREL  klte-common/proprietary/vendor/lib/libmmcamera_faceproc.so
TEXTREL  kltechn/proprietary/vendor/firmware/libpn547_fw.so
TEXTREL  klteusc/proprietary/vendor/firmware/libpn547_fw.so
TEXTREL  kltevzw/proprietary/vendor/firmware/libpn547_fw.so

Change-Id: I1bae0103c522e800183bd6c45dd6022dca112c43
This commit is contained in:
Dan Pasanen 2016-09-20 15:28:41 -05:00 committed by Kevin F. Haggerty
parent 9fa3c0b84c
commit 2de5ba9107
1 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,9 @@ USE_DEVICE_SPECIFIC_CAMERA := true
# CMHW
BOARD_HARDWARE_CLASS += $(LOCAL_PATH)/cmhw
# Legacy BLOB Support
TARGET_NEEDS_PLATFORM_TEXT_RELOCATIONS := true
# Lights
TARGET_PROVIDES_LIBLIGHT := true