blob: 70fef5c749bd7d0fe1c4abbaadfd23c0e9a26def [file] [log] [blame]
Adam Shih486bbb92022-11-15 14:01:18 +08001package {
2 default_applicable_licenses: ["Android-Apache-2.0"],
3}
4
5sh_binary {
6 name: "dump_thermal.sh",
7 src: "dump_thermal.sh",
8 vendor: true,
9 sub_dir: "dump",
10}