blob: bb86fc8292c2b055e421a14d0222d02e946210df [file] [log] [blame]
# Copyright 2021 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.
import("//common-mk/pkg_config.gni")
source_set("features") {
sources = [ "//camera/features/feature_profile.cc" ]
public_configs = [ "//camera/build:cros_camera_common" ]
# -fPIC needed by the libcros_camera.so shared library.
configs += [ "//common-mk:pic" ]
}