blob: bd748c4e0bd20be801ce37dbde7ac0565828174d [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.
executable("i2cutil") {
configs += [ "//build/unification/config:zircon-migrated" ]
sources = [ "i2cutil.cc" ]
deps = [
"//sdk/fidl/fuchsia.hardware.i2c:fuchsia.hardware.i2c_llcpp",
"//sdk/lib/fdio",
"//zircon/public/lib/fbl",
]
}