blob: 652f08c3b781c8010a8263b7b4fc45d36598534d [file] [log] [blame]
# Copyright 2019 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("profile") {
configs += [ "//build/unification/config:zircon-migrated" ]
testonly = true
sources = [ "profile.cc" ]
deps = [
"//sdk/lib/fdio",
"//zircon/public/lib/zx",
"//zircon/public/lib/zxtest",
]
}