blob: bfbe297031dbf027a3d7da5d6fd2a23cbe0ca1c6 [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",
"libcros_camera",
]
}