Sign in
fuchsia
/
third_party
/
android.googlesource.com
/
platform
/
system
/
core
/
eb70926ad6c344a61ecbad5bc326dfaac6fe184b
/
.
/
fs_mgr
/
libsnapshot
/
tools
/
Android.bp
blob: cfa0cefe764c4c1c22b466d03b865c76a311439d [
file
]
cc_binary
{
name
:
"cow_benchmark"
,
host_supported
:
true
,
defaults
:
[
"fs_mgr_defaults"
,
"libsnapshot_cow_defaults"
,
],
srcs
:
[
"cow_benchmark.cpp"
],
static_libs
:
[
"libsnapshot_cow"
,
],
shared_libs
:
[
"libbase"
,
"liblog"
,
],
cflags
:
[
"-Werror"
],
}