blob: 30eec604cea463b3ff63cd38a0835a12518eb4d8 [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")