1// Copyright 2008 The Android Open Source Project
2//
3
4cc_library_host_static {
5    name: "libinstrumentation",
6    srcs: ["**/*.proto"],
7    cflags: ["-Wall", "-Werror"],
8    proto: {
9        type: "full",
10        export_proto_headers: true,
11    },
12}
13