blob: 11ab674f157945d68d6381f2c0a2e214f7a51a2c [file] [log] [blame]
# Copyright 2025 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.
load("//build/bazel/bazel_idk:defs.bzl", "idk_cc_source_library")
idk_cc_source_library(
name = "magma_common",
hdrs = ["include/lib/magma/magma_common_defs.h"],
api_area = "Graphics",
category = "partner",
idk_name = "magma_common",
public_configs = [":magma_include"],
stable = True,
visibility = ["//visibility:public"],
)
# TODO(https://fxbug.dev/446911800): Remove when the issue is resolved.
exports_files(["magma_common.api"])