Bug 1288450 - Add min sdk version to mozinfo.json; r=ahal

This commit is contained in:
Geoff Brown
2016-07-22 14:31:36 -06:00
parent e22ac8655f
commit c345997dbe

View File

@@ -140,6 +140,9 @@ def build_dict(config, env=os.environ):
d['platform_guess'] = guess_platform()
d['buildtype_guess'] = guess_buildtype()
if 'buildapp' in d and d['buildapp'] == 'mobile/android' and 'MOZ_ANDROID_MIN_SDK_VERSION' in substs:
d['android_min_sdk'] = substs['MOZ_ANDROID_MIN_SDK_VERSION']
return d