blob: 4440f8ea7f8c8ed27ea126202755d57d959e690f [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.
static_library("core_headers") {
public_configs = ["//third_party/abseil-cpp:abseil_config"]
sources = [
"attributes.h",
"macros.h",
"optimization.h",
"port.h",
"thread_annotations.h",
]
}