blob: 09f7a2524268661b0e42d714d8ee40801b0b0e99 [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.
import("//common-mk/pkg_config.gni")
group("all") {
deps = [
":iwlwifi_dump_processor",
]
}
pkg_config("config") {
pkg_deps = [
"libbrillo",
"libchrome-${libbase_ver}",
"libminijail",
]
}
executable("iwlwifi_dump_processor") {
configs += [ ":config" ]
sources = [
"sandbox/iwlwifi_dump_processor.cc",
]
}