Skip to content

Commit cd3f398

Browse files
Agontukhumberos
authored andcommittedOct 14, 2015
busybox: do not pack relocations for executables
According to CyanogenMod/android_build@f55c5a5 Fixes building static busybox Change-Id: Iecd3eefb0c88f17be0b82a028c5860cd713dc7f1
1 parent 4dccac6 commit cd3f398

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎Android.mk

+1
Original file line numberDiff line numberDiff line change
@@ -224,4 +224,5 @@ LOCAL_MODULE_CLASS := UTILITY_EXECUTABLES
224224
LOCAL_MODULE_PATH := $(PRODUCT_OUT)/utilities
225225
LOCAL_UNSTRIPPED_PATH := $(PRODUCT_OUT)/symbols/utilities
226226
$(LOCAL_MODULE): busybox_prepare
227+
LOCAL_PACK_MODULE_RELOCATIONS := false
227228
include $(BUILD_EXECUTABLE)

0 commit comments

Comments
 (0)
Please sign in to comment.