commit | 486bbb92123fdfc105eb101b667e0d64b93fdc47 | [log] [tgz] |
---|---|---|
author | Adam Shih <adamshih@google.com> | Tue Nov 15 14:01:18 2022 +0800 |
committer | Adam Shih <adamshih@google.com> | Tue Nov 15 15:36:01 2022 +0800 |
tree | f86392e9605afe85746772c9f9b4cbcdefd13f69 | |
parent | 30b4bba51694844da80a9d736c2dd82ec2ff30da [diff] [blame] |
create thermal dump in gs-common Bug: 257880034 Test: adb bugreport Change-Id: I0d93796c2639148dfb00b0d739cbae483091bfd4
diff --git a/thermal/Android.bp b/thermal/Android.bp new file mode 100644 index 0000000..70fef5c --- /dev/null +++ b/thermal/Android.bp
@@ -0,0 +1,10 @@ +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + +sh_binary { + name: "dump_thermal.sh", + src: "dump_thermal.sh", + vendor: true, + sub_dir: "dump", +}