blob: 69d93cd5b4c3a501922cdf3ab4d4c354b8fa6fba [file] [log] [blame]
John Rosasco24cbdab2019-09-25 14:14:35 -07001# Copyright 2019 Google LLC. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5assert(is_fuchsia)
6import("//build/fuchsia/sdk.gni")
7
8fuchsia_sdk("sdk_sysroot") {
9 meta = fuchsia_sdk_manifest_path
10 enabled_parts = [ "sysroot" ]
11}