blob: e28e9cb430e587d03cb077d3ae580931ca8624de [file] [log] [blame]
# Copyright 2021 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.
config("headers") {
include_dirs = [ "include" ]
}
source_set("libbase") {
public_configs = [ ":headers" ]
}