blob: e1d12fe9b102fe51a4e8df0a8d25c38f3acccef7 [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("bin") {
deps = [
"activity",
"brightness_manager",
"ime:ime_service",
"shortcut",
]
}
group("tests") {
testonly = true
deps = [
"activity:tests",
"brightness_manager:brightness_manager_tests",
"ime:tests",
"shortcut:tests",
]
}