mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
filter gyp_environment out of build/landmines.py
This commit is contained in:
parent
21dd7553a0
commit
8a1a2b8b76
@ -15,7 +15,6 @@ build is clobbered.
|
||||
|
||||
import difflib
|
||||
import errno
|
||||
import gyp_environment
|
||||
import logging
|
||||
import optparse
|
||||
import os
|
||||
@ -120,7 +119,6 @@ def main():
|
||||
if landmine_utils.builder() in ('dump_dependency_json', 'eclipse'):
|
||||
return 0
|
||||
|
||||
gyp_environment.SetEnvironment()
|
||||
|
||||
landmines = []
|
||||
for s in landmine_scripts:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user