mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Fixup for bug 1256995 after bug 1258615 landed. r=me
This commit is contained in:
parent
4718b95edf
commit
c5fa99076d
@ -18,7 +18,7 @@ def gradle(value, build_env):
|
||||
set_config('MOZ_BUILD_MOBILE_ANDROID_WITH_GRADLE', '1')
|
||||
|
||||
gradle = value[0] if len(value) else \
|
||||
os.path.join(build_env['TOPSRCDIR'], 'gradlew')
|
||||
os.path.join(build_env.topsrcdir, 'gradlew')
|
||||
|
||||
# TODO: verify that $GRADLE is executable.
|
||||
if not os.path.isfile(gradle):
|
||||
|
Loading…
Reference in New Issue
Block a user