diff --git a/mozglue/build/Makefile.in b/mozglue/build/Makefile.in index 6379ee4594a..375728a5c19 100644 --- a/mozglue/build/Makefile.in +++ b/mozglue/build/Makefile.in @@ -83,11 +83,9 @@ endif endif ifeq (Android,$(OS_TARGET)) -ifdef MOZ_MEMORY # To properly wrap jemalloc's pthread_atfork call. EXTRA_DSO_LDOPTS += -Wl,--wrap=pthread_atfork CPPSRCS += BionicGlue.cpp -endif SHARED_LIBRARY_LIBS += $(call EXPAND_LIBNAME_PATH,android,$(DEPTH)/other-licenses/android) endif