| # 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" ] | |
| } |