blob: 1cb4822f19c26d0a1d597b1ac0b849a719ff5961 [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 = [ ":libcam_gpu_algo" ]
}
shared_library("libcam_gpu_algo") {
sources = [ "//camera/common/camera_gpu_algorithm.cc" ]
configs += [ "//camera/build:cros_camera_common" ]
libs = [ "portrait_cros" ]
}