mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
bug 577635 - android_stub.h broken for android platform version 8, pass ANDROID_VERSION to nss r=khuey
This commit is contained in:
parent
acef5b87c5
commit
cf31d613af
@ -669,3 +669,4 @@ ANDROID_TOOLCHAIN = @ANDROID_TOOLCHAIN@
|
||||
ANDROID_PLATFORM = @ANDROID_PLATFORM@
|
||||
ANDROID_SDK = @ANDROID_SDK@
|
||||
ANDROID_TOOLS = @ANDROID_TOOLS@
|
||||
ANDROID_VERSION = @ANDROID_VERSION@
|
||||
|
@ -331,9 +331,11 @@ if test "$target" = "arm-android-eabi" ; then
|
||||
ANDROID_PLATFORM="{android_platform}"
|
||||
ANDROID_SDK="${android_sdk}"
|
||||
ANDROID_TOOLS="${android_tools}"
|
||||
ANDROID_VERSION="${android_version}"
|
||||
|
||||
AC_DEFINE(ANDROID)
|
||||
AC_DEFINE_UNQUOTED(ANDROID_VERSION, $android_version)
|
||||
AC_SUBST(ANDROID_VERSION)
|
||||
CROSS_COMPILE=1
|
||||
MOZ_CHROME_FILE_FORMAT=omni
|
||||
fi
|
||||
|
@ -285,7 +285,7 @@ DEFAULT_GMAKE_FLAGS += \
|
||||
OS_RELEASE="2.6" \
|
||||
OS_LIBS= \
|
||||
STANDARDS_CFLAGS="-std=gnu89" \
|
||||
DSO_CFLAGS="$(CFLAGS) -DCHECK_FORK_GETPID -DRTLD_NOLOAD=0 -include $(topsrcdir)/security/manager/android_stub.h" \
|
||||
DSO_CFLAGS="$(CFLAGS) -DCHECK_FORK_GETPID -DRTLD_NOLOAD=0 -DANDROID_VERSION=$(ANDROID_VERSION) -include $(topsrcdir)/security/manager/android_stub.h" \
|
||||
DSO_LDOPTS="-shared $(LDFLAGS) $(WRAP_MALLOC_CFLAGS) $(WRAP_MALLOC_LIB) " \
|
||||
$(NULL)
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user