blob: 8156f1099fb6a982e1fd6b41b695368f49cc279d [file] [log] [blame]
// Copyright 2019 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.
use {lazy_static::lazy_static, std::path::PathBuf};
lazy_static! {
pub static ref PKG_PATH: PathBuf = PathBuf::from("/pkg");
}