blob: 421601708f0c3bc5927b11280e94c4f253e8da5f [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.
group("lib") {
deps = [ "//src/session/lib/realm_management" ]
}
group("tests") {
testonly = true
deps = [ "//src/session/lib/realm_management:realm_management_tests" ]
}