blob: bb16df1d159dcd9920e338ed0f8fd52f0e7cdccb [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"],
Chih-Hung Hsiehc7edf072017-10-03 09:57:55 -07007 cflags: ["-Wall", "-Werror"],
Dan Willemsend3eac262017-09-08 22:47:47 -07008 proto: {
9 type: "full",
10 export_proto_headers: true,
11 },
12}