| # Copyright 2016 The Fuchsia Authors. All rights reserved. | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| import os.path | |
| FUCHSIA_ROOT = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) | |
| MAGENTA_ROOT = os.path.join(FUCHSIA_ROOT, "magenta") | |
| BUILDTOOLS_ROOT = os.path.join(FUCHSIA_ROOT, "buildtools") | |
| FLUTTER_ROOT = os.path.join(FUCHSIA_ROOT, "lib", "flutter") | |
| DART_ROOT = os.path.join(FLUTTER_ROOT, "bin", "cache", "dart-sdk") |