blob: d39c248de388c85dfe666bc44bc456e46bcc5da9 [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 = [ ":generate_camera_profile" ]
}
executable("generate_camera_profile") {
sources = [
"//camera/common/utils/camera_config_impl.cc",
"//camera/tools/generate_camera_profile.cc",
]
configs += [ "//camera/build:cros_camera_common" ]
pkg_deps = [ "libbrillo" ]
}