Ziyi Cui | 2b0742e | 2022-11-25 05:22:15 +0000 | [diff] [blame^] | 1 | package { |
2 | default_applicable_licenses: ["Android-Apache-2.0"], | ||||
3 | } | ||||
4 | |||||
5 | sh_binary { | ||||
6 | name: "dump_pixel_metrics.sh", | ||||
7 | src: "dump_pixel_metrics.sh", | ||||
8 | vendor: true, | ||||
9 | sub_dir: "dump", | ||||
10 | } |