Sign in
fuchsia
/
fuchsia
/
038d2b9
/
.
/
zircon
/
kernel
/
lib
/
code_patching
/
BUILD.gn
blob: d69782f0d212c4b56b9915f8fc9ad1dd78cdfc18 [
file
]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
zx_library
(
"code_patching"
)
{
kernel
=
true
sources
=
[
"code_patching.cc"
]
}