blob: e48b886d1c5e7c4ca2f140a570c68394fe07364d [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT
zx_library("code_patching") {
kernel = true
sources = [ "code_patching.cc" ]
}