blob: a8683bc6220abedf36e2ae2ef2089b9c801cce42 [file] [log] [blame]
# Copyright 2018 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")
group("all") {
deps = [ ":override-max-pressure" ]
}
pkg_config("target_defaults") {
pkg_deps = [
"libbrillo",
"libchrome",
]
}
executable("override-max-pressure") {
sources = [ "override_max_pressure.cc" ]
configs += [ ":target_defaults" ]
}