Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Namespaces | |
namespace | update |
Functions | |
def | update.UpdateClangFormatOnWindows () |
def | update.CreateSymlink (symlink, link_name) |
def | update.LinksForGitCLFormat () |
def | update.main (argv) |
Variables | |
update.THIS_DIR = os.path.abspath(os.path.dirname(__file__)) | |
update.DART_ROOT = os.path.abspath(os.path.join(THIS_DIR, '..', '..')) | |
update.BUILDTOOLS = os.path.join(DART_ROOT, 'buildtools') | |
update.TOOLS_BUILDTOOLS = os.path.join(DART_ROOT, 'tools', 'buildtools') | |
update.DEPOT_PATH = find_depot_tools.add_depot_tools_to_path() | |