Ziyi Cui | 2b0742e | 2022-11-25 05:22:15 +0000 | [diff] [blame] | 1 | package { |
| 2 | default_applicable_licenses: ["Android-Apache-2.0"], |
| 3 | } |
| 4 | |
Ziyi Cui | 717622c | 2023-06-06 00:20:47 +0000 | [diff] [blame^] | 5 | cc_binary { |
| 6 | name: "dump_pixel_metrics", |
| 7 | srcs: ["dump_pixel_metrics.cpp"], |
| 8 | cflags: [ |
| 9 | "-Wall", |
| 10 | "-Wextra", |
| 11 | "-Werror", |
| 12 | ], |
| 13 | shared_libs: [ |
| 14 | "libbase", |
| 15 | "libdump", |
| 16 | "liblog", |
| 17 | ], |
Ziyi Cui | 2b0742e | 2022-11-25 05:22:15 +0000 | [diff] [blame] | 18 | vendor: true, |
Ziyi Cui | 717622c | 2023-06-06 00:20:47 +0000 | [diff] [blame^] | 19 | relative_install_path: "dump", |
Ziyi Cui | 2b0742e | 2022-11-25 05:22:15 +0000 | [diff] [blame] | 20 | } |