blob: 48d5a0cf9783b651e2d7727567562e69e95e74ba [file] [edit]
# Copyright 2022 The ChromiumOS Authors
# 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")
pkg_config("target_defaults") {
pkg_deps = [
"libchrome",
"libminijail",
]
}
source_set("libminijail") {
configs += [ ":target_defaults" ]
sources = [ "minijail_configuration.cc" ]
}