blob: 7eb4edfecbf927216cb5f026541d9ddb1d19f30e [file] [log] [blame]
Dan Willemsend3eac262017-09-08 22:47:47 -07001// Copyright 2008 The Android Open Source Project
2//
3
4cc_library_host_static {
5 name: "libinstrumentation",
6 srcs: ["**/*.proto"],
7 proto: {
8 type: "full",
9 export_proto_headers: true,
10 },
11}