From 9cb0da8d7376d565ab041698f408be70e38bdb8f Mon Sep 17 00:00:00 2001 From: matteo0026 Date: Fri, 11 Sep 2020 14:07:12 +0200 Subject: [PATCH] matisse-common: fix camera lib text relocation warning W linker : Warning: "/system/vendor/lib/libmmcamera_faceproc.so" has text relocations and will not work when the app moves to API level 23 or later --- BoardConfigCommon.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index b48c987..a6d44bd 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -41,6 +41,9 @@ BLOCK_BASED_OTA := true # Build Fingerprint BUILD_FINGERPRINT := samsung/matissewifixx/matissewifi:5.0.2/LRX22G/T530XXS1BRH1:user/release-keys +# Camera +TARGET_NEEDS_TEXT_RELOCATIONS := true + # Extended Filesystem Support TARGET_EXFAT_DRIVER := sdfat