blob: 0af3044b366fe0b12d8da5945486ecaf388577af [file] [log] [blame]
# Copyright 2023 The Fuchsia Authors
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT
source_set("runtime") {
if (is_ubsan) {
sources = [ "runtime.cc" ]
deps = [
"//src/lib/ubsan-custom:handlers",
"//zircon/kernel/lib/crashlog",
]
}
}