Get BTS information when capturing bugreport. Bug: 335422086 Test: capture bugreport Change-Id: I5ae9be35a3fc3c975ccc843e9daee6d4e0ac130a
19 lines
310 B
Plaintext
19 lines
310 B
Plaintext
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",
|
|
}
|