blob: df57d413a5d9c9a4423e6997543f938c4644b351 [file] [edit]
# Copyright 2024 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/proto_library.gni")
group("all") {
deps = [ ":patch-proto" ]
}
proto_library("patch-proto") {
proto_in_dir = "."
proto_out_dir = "include/patchmaker/proto_bindings"
sources = [ "${proto_in_dir}/patch_manifest.proto" ]
}