blob: 5445052e0e654f95158764777d0bc23af97313b0 [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" ]
deps = [ "$zx/kernel/lib/init" ]
}