diff options
Diffstat (limited to 'libunwindstack/Android.bp')
-rw-r--r-- | libunwindstack/Android.bp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libunwindstack/Android.bp b/libunwindstack/Android.bp index fad899fe9..133f3b9aa 100644 --- a/libunwindstack/Android.bp +++ b/libunwindstack/Android.bp @@ -215,6 +215,15 @@ cc_binary { ], } +cc_binary { + name: "unwind_for_offline", + defaults: ["libunwindstack_tools"], + + srcs: [ + "tools/unwind_for_offline.cpp", + ], +} + // Generates the elf data for use in the tests for .gnu_debugdata frames. // Once these files are generated, use the xz command to compress the data. cc_binary_host { |