commit | dc8a407491c2656fb80a8d266e7f5e3e4c0dad11 | [log] [tgz] |
---|---|---|
author | Super Liu <supercjliu@google.com> | Fri Dec 23 01:05:18 2022 +0000 |
committer | Super Liu <supercjliu@google.com> | Fri Jan 06 08:38:29 2023 +0000 |
tree | 61d0e5678f3e90f62fc2575b06a24bde3b5c2410 | |
parent | 26eb4f5f17ab7f9abbfa4b202e2ca9ad7f71f7cb [diff] [blame] |
Support gti proc dump. Bug: 262796907 Test: TreeHugger build pass. Signed-off-by: Super Liu <supercjliu@google.com> Change-Id: I3dd73b9832c737f7c60639af649ae882e206aa15
diff --git a/touch/gti/Android.bp b/touch/gti/Android.bp index b997aec..d21314a 100644 --- a/touch/gti/Android.bp +++ b/touch/gti/Android.bp
@@ -5,6 +5,7 @@ sh_binary { name: "dump_gti.sh", src: "dump_gti.sh", + init_rc: ["init.touch.gti.rc"], vendor: true, sub_dir: "dump", }