blob: a22c8348390f34d68976c32e3d7e128c16fe2ccc [file] [log] [blame]
# Copyright 2017 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.
source_set("murmurhash") {
sources = [
"murmurhash.c",
"murmurhash.h",
]
# TODO(46777): UBSan has found an instance of undefined behavior in this target.
# Disable UBSan for this target temporarily until it is migrated into CI/CQ.
configs += [ "//build/config:temporarily_disable_ubsan_do_not_use" ]
}