blob: 6c3a81db97f0b69fe253d4d0af5bae2988ffa41a [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/package.gni")
source_set("algorithms") {
sources = [
"blc.cc",
]
public = [
"blc.h",
]
deps = [
"//src/camera/lib/image_writer",
]
}