blob: 9a35c7b8c65d48524431c2a0e95b9da42b215b5a [file] [log] [blame]
# Copyright 2023 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("//build/cpp/sdk_source_set.gni")
config("magma_include") {
include_dirs = [ "include" ]
}
sdk_source_set("magma_common") {
category = "partner"
sdk_name = "magma_common"
stable = true
public = [ "include/lib/magma/magma_common_defs.h" ]
public_configs = [ ":magma_include" ]
}