blob: 6ae7d91dd132e7869cce149b5e03576a009a5e18 [file] [log] [blame]
# 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")