commit | 15538c9845b1bc7b629693b55195f579025cdd82 | [log] [tgz] |
---|---|---|
author | Midas Chien <midaschieh@google.com> | Mon May 06 13:00:53 2024 +0000 |
committer | Midas Chien <midaschieh@google.com> | Tue May 14 07:40:58 2024 +0000 |
tree | 4b4823769aa2675804a56b7e77f236c146c044bb | |
parent | 2522590c406011cb8436d70b1da215458c6fa28f [diff] [blame] |
Dump bts information Get BTS information when capturing bugreport. Bug: 335422086 Test: capture bugreport Change-Id: I5ae9be35a3fc3c975ccc843e9daee6d4e0ac130a
diff --git a/performance/Android.bp b/performance/Android.bp index 6eee7c4..e8c06dc 100644 --- a/performance/Android.bp +++ b/performance/Android.bp
@@ -11,7 +11,7 @@ "-Werror", ], shared_libs: [ - "libdump", + "libdump", ], vendor: true, relative_install_path: "dump",