blob: 2bed1bc34187b117ff9b95a15a27d50198291221 [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 = [ ":libcamera_exif" ]
}
shared_library("libcamera_exif") {
sources = [ "//camera/common/exif_utils.cc" ]
configs += [ "//camera/build:cros_camera_common" ]
pkg_deps = [ "libexif" ]
}