Bug 739020: Restore ANDROID_SOURCE so that the stagefright plugin knows where to find the gonk/android code it needs. r=mwu

This commit is contained in:
Chris Jones 2012-03-25 00:00:06 -07:00
parent dd137e4742
commit a55c2243b8
2 changed files with 3 additions and 0 deletions

View File

@ -691,6 +691,7 @@ ANDROID_PLATFORM = @ANDROID_PLATFORM@
ANDROID_SDK = @ANDROID_SDK@
ANDROID_PLATFORM_TOOLS = @ANDROID_PLATFORM_TOOLS@
ANDROID_VERSION = @ANDROID_VERSION@
ANDROID_SOURCE = @ANDROID_SOURCE@
STLPORT_SOURCES = @STLPORT_SOURCES@
ANDROID_PACKAGE_NAME = @ANDROID_PACKAGE_NAME@

View File

@ -308,6 +308,8 @@ MOZ_ARG_WITH_STRING(gonk-toolchain-prefix,
if test -n "$gonkdir" ; then
kernel_name=`uname -s | tr "[[:upper:]]" "[[:lower:]]"`
android_source="$gonkdir"
ANDROID_SOURCE="$android_source"
dnl set up compilers
AS="$gonk_toolchain_prefix"as