blob: 94dd58422092b3201dff0b189f98a343f5017032 [file] [log] [blame]
# Copyright 2016 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("parsers") {
visibility = [ "../*" ]
configs += [ "../:config" ]
deps = [
"../common",
]
sources = [
"packages_map.cc",
"packages_map.h",
]
}