Create pixel_metrics to support bugreport for metrics Bug: 227809911 Bug: 232541623 Test: Test: "adb bugreport" includes metrics capture. Change-Id: If62a53b5ffa643c37c287f8ba0319de1d6b07529 Signed-off-by: Ziyi Cui <ziyic@google.com>
11 lines
192 B
Plaintext
11 lines
192 B
Plaintext
package {
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
sh_binary {
|
|
name: "dump_pixel_metrics.sh",
|
|
src: "dump_pixel_metrics.sh",
|
|
vendor: true,
|
|
sub_dir: "dump",
|
|
}
|