# 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 | |
# TODO(fxbug.dev/54160) Keep in sync with BUILD.zircon.gn | |
# This is defined here because //zircon/system/ulib/fbl/ depends on it directly. | |
# Due to circular dependencies, migrating //zircon/kernel/vm will happen in a | |
# future CL, after fbl itself is migrated. | |
config("headers.config") { | |
include_dirs = [ "include" ] | |
} |