blob: b95b45cefb7fa0be6cbfb01f42fe7557326a626a [file] [log] [blame] [edit]
# Copyright 2021 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
pkg_config("target_defaults") {
configs = [ "//camera/build:cros_camera_common" ]
pkg_deps = [
"libcros_camera_android_deps",
"libsync",
]
}
source_set("zsl") {
sources = [
"//camera/features/zsl/zsl_helper.cc",
"//camera/features/zsl/zsl_stream_manipulator.cc",
]
public_configs = [ ":target_defaults" ]
# -fPIC needed by the libcros_camera.so shared library.
configs += [ "//common-mk:pic" ]
deps = [ "//camera/common:libcros_camera_mojom" ]
}