Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_base
/
b1f27aae89a9da9fbf3cb15a47f1a401db5a7974
/
.
/
cmds
/
am
/
Android.bp
blob: bb16df1d159dcd9920e338ed0f8fd52f0e7cdccb [
file
] [
log
] [
blame
]
// 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
,
},
}