Sign in
◑
Theme
android
/
device
/
google
/
gs-common
/
2ce657e
/
.
/
performance
/
Android.bp
blob: 6eee7c41b69c3a6b11b1abe1458283cfd6cb49c7 [
file
]
package
{
default_applicable_licenses
:
[
"Android-Apache-2.0"
],
}
cc_binary
{
name
:
"dump_perf"
,
srcs
:
[
"dump_perf.cpp"
],
cflags
:
[
"-Wall"
,
"-Wextra"
,
"-Werror"
,
],
shared_libs
:
[
"libdump"
,
],
vendor
:
true
,
relative_install_path
:
"dump"
,
}