summaryrefslogtreecommitdiff
path: root/thermal/Android.bp
blob: 70fef5c749bd7d0fe1c4abbaadfd23c0e9a26def (plain)
1
2
3
4
5
6
7
8
9
10
package {
    default_applicable_licenses: ["Android-Apache-2.0"],
}

sh_binary {
    name: "dump_thermal.sh",
    src: "dump_thermal.sh",
    vendor: true,
    sub_dir: "dump",
}