blob: ce53c8e7131415b0518567dc92275ca5b093fa6f [file] [log] [blame]
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
group("all") {
deps = [ ":cros-camera-tool" ]
}
executable("cros-camera-tool") {
sources = [ "//camera/tools/cros_camera_tool.cc" ]
configs += [ "//camera/build:cros_camera_common" ]
pkg_deps = [ "libbrillo" ]
}