mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 09:19:28 +00:00
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:
parent
dd137e4742
commit
a55c2243b8
@ -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@
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user