blob: 5c158d20c6c40d1723c917e4f64fd129bf225598 [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" ]
}