Skip to content
Permalink
Browse files
Update doedexerant makefile
Fixes "CANNOT LINK EXECUTABLE: empty/missing DT_HASH in "./deodexerant" (build with --hash-style=gnu?)" error
  • Loading branch information
Victor Kaiser-Pendergrast committed Feb 18, 2015
1 parent 0f8017e commit a922d5a
Showing 1 changed file with 3 additions and 1 deletion.
@@ -39,4 +39,6 @@ LOCAL_SHARED_LIBRARIES := libdl

LOCAL_MODULE_TAGS := optional

include $(BUILD_EXECUTABLE)
LOCAL_LDFLAGS := -Wl,--hash-style=sysv

include $(BUILD_EXECUTABLE)

0 comments on commit a922d5a

Please sign in to comment.