blob: b6fbcce8d4ed5dfde8d839a57e7c4cc818340566 [file] [log] [blame]
# Copyright 2020 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_connector_client" ]
}
executable("cros_camera_connector_client") {
sources =
[ "//camera/tools/connector_client/cros_camera_connector_client.cc" ]
configs += [ "//camera/build:cros_camera_common" ]
pkg_deps = [
"libbrillo",
"libcamera_connector",
"libdrm",
]
}