commit | 6139592321a489607534d9f51533d33908d75ba4 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Sep 05 18:19:30 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Sep 05 18:19:30 2017 +0000 |
tree | e810847f01ba27ba549809dcbcd8b26a4f2086bb | |
parent | f899548cdb18a56db9ad0c0c5ecd1941a6b23255 [diff] | |
parent | 73bd4f05bfcdb7561ea3206499111ae4a18e51a5 [diff] |
Merge "Add vndk tag for libunwindstack which must be a vndk-sp"
diff --git a/libunwindstack/Android.bp b/libunwindstack/Android.bp index b971a9e..b4a6cba 100644 --- a/libunwindstack/Android.bp +++ b/libunwindstack/Android.bp
@@ -35,6 +35,10 @@ cc_library { name: "libunwindstack", vendor_available: true, + vndk: { + enabled: true, + support_system_process: true, + }, defaults: ["libunwindstack_flags"], export_include_dirs: ["include"],