xref: /aosp_15_r20/external/skia/build/fuchsia/pkg/BUILD.gn (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1# 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
8#
9# Generate ninja targets for cc_source_libraries and cc_prebuilt_libraries
10# in the SDK.  "pkg" is the parent directory within the SDK that contain
11# the "meta.json" files for each library that defines their build
12# dependencies.
13#
14fuchsia_sdk("pkg") {
15  meta = fuchsia_sdk_manifest_path
16  enabled_parts = [
17    "cc_source_library",
18    "cc_prebuilt_library",
19  ]
20}
21