commit | 4ad9d5155b530912c8bb50a6e19c5e312ef3427a | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Thu Apr 13 21:01:40 2017 -0700 |
committer | Jaesoo Lee <jaesoo@google.com> | Fri Apr 28 09:42:50 2017 +0900 |
tree | b1238dbe798a7b5fb60fe515f26cbc0bbc54b818 | |
parent | 2d0dc9966a05e1bb967e5cd760338edd339fe368 [diff] [blame] |
libutils: export libbacktrace headers This is used in CallStack.h. Test: m -j libutils Test: links Test: trying to compile with BOARD_VNDK_VERSION := current Bug: 33241851 Change-Id: I076c9551d356824d6e69b82349b890369bc7eea3 Merged-In: If7258e7b38000a72fd520f725030fb0038f90167
diff --git a/libbacktrace/Android.bp b/libbacktrace/Android.bp index 4a525be..285aa6e 100644 --- a/libbacktrace/Android.bp +++ b/libbacktrace/Android.bp
@@ -57,6 +57,7 @@ cc_library_headers { name: "libbacktrace_headers", + vendor_available: true, export_include_dirs: ["include"], }