c7edf078f9
* Fix unused variable and return value warnings. Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I890e65a20848d00559ba5a4f9691be1347b456af
13 lines
251 B
Plaintext
13 lines
251 B
Plaintext
// Copyright 2008 The Android Open Source Project
|
|
//
|
|
|
|
cc_library_host_static {
|
|
name: "libinstrumentation",
|
|
srcs: ["**/*.proto"],
|
|
cflags: ["-Wall", "-Werror"],
|
|
proto: {
|
|
type: "full",
|
|
export_proto_headers: true,
|
|
},
|
|
}
|