blob: c748d61a8399b811468737c864d7088ff016d1ba [file] [log] [blame]
# Copyright 2020 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")
sdk_source_set("memory_barriers") {
category = "internal"
sdk_name = "memory_barriers"
include_base = "//"
sources = [ "memory_barriers.h" ]
}