blob: 5f34ff12e6fb78b87b84b403ff3e70a0e8d9eda7 [file] [log] [blame]
# Copyright 2018 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/prebuilt_shared_library.gni")
# An alias for "prebuilt_shared_library".
template("sdk_shared_library") {
prebuilt_shared_library(target_name) {
forward_variables_from(invoker, "*")
}
}