blob: 1e2f6ce6081121dbc21c5f43879df8f7d044cd16 [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.
static_library("libjea") {
sources = [ "jpeg_encode_accelerator_impl.cc" ]
output_name = "libjea.pic"
include_dirs = [
"//camera",
"//camera/include",
]
configs += [
"//common-mk:pic",
"//common-mk:nouse_thin_archive",
]
configs -= [
"//common-mk:pie",
"//common-mk:use_thin_archive",
]
pkg_deps = [
"cros-camera-android-headers",
"libbrillo",
"libcamera_common",
"libchrome",
"libmojo",
]
deps = [ "//camera/common/libcamera_ipc" ]
}