| # Copyright 2023 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/install_seccomp_policy.gni") | |
| install_seccomp_policy("seccomp_policy") { | |
| _arch = getenv("ARCH") | |
| sources = [ "${_arch}/printscanmgr-seccomp.policy" ] | |
| install_path = "seccomp_policy" | |
| } |