blob: ec02fed0ae29f628f158c14119fa859e48cd43fa [file] [log] [blame]
# Copyright 2020 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
import("//build/zircon/migrated_targets.gni")
zx_library("page_cache") {
sources = [ "page_cache.cc" ]
deps = [
"tests",
"//zircon/kernel/lib/counters",
]
public_deps = [ "//zircon/kernel/lib/ktl:headers" ]
}