Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0543f066 authored by Iftekhar Rifat's avatar Iftekhar Rifat Committed by Dees Troy
Browse files

twrp: fb2png: do not pack relocations for executables

According to https://android.googlesource.com/platform/build/+/f55c5a52ac3d523cdcfb7cd7ab093d01da8b3caf%5E%21/#F0

Change-Id: I593ba16cabd59dc3bb690aa12f855113b3e9983f
parent f591c879
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -72,6 +72,7 @@ LOCAL_C_INCLUDES +=\

LOCAL_MODULE_CLASS := RECOVERY_EXECUTABLES
LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)/sbin
LOCAL_PACK_MODULE_RELOCATIONS := false

include $(BUILD_EXECUTABLE)
# -->