blob: fb211a1ff383c1aa6d6db04b71a4602d5b953ec5 [file] [log] [blame]
# Copyright 2019 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.
library("zxcpp") {
kernel = true
static = true
sdk = "source"
sdk_headers = []
sources = [
"new.cpp",
"pure_virtual.cpp",
"thread_atexit.cpp",
]
if (toolchain.base_environment == "kernel") {
# Avoid circularity.
configs -= [ "$zx/kernel/vm:headers.config" ]
}
}