blob: 4dab864f5d32e98885ad3e9e2983885401e9a734 [file] [log] [blame]
# Copyright 2018 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.
source_set("common") {
visibility = [ "../*" ]
public_configs = [ "../:config" ]
sources = [
"build_config.h",
"macros.h",
]
}