blob: 1eee5b32bae30767cad6ccdc3f794ba8ff072e1c [file] [log] [blame]
Primiano Tucciae2879e2017-09-27 11:02:09 +09001# Copyright (C) 2017 The Android Open Source Project
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15group("all") {
16 testonly = true # allow to build also test targets
17 deps = [
18 ":tests",
19 "//buildtools:protobuf_lite",
20 ]
21 deps += [ "//buildtools:protoc($host_toolchain)" ]
22}
23
24group("tests") {
25 testonly = true
26 deps = [
27 "//libtracing:libtracing_unittests",
28 ]
29}