Merge "Moved include/backtrace to libbacktrace/include" am: 83f50843cb

am: 7d9be3527e

Change-Id: I5dde1c0757d2f259c08d7dbd3c4b91655dca56da
This commit is contained in:
Vijay Venkatraman 2017-04-13 00:33:25 +00:00 committed by android-build-merger
commit 0a80ee0357
5 changed files with 8 additions and 0 deletions

1
include/backtrace Symbolic link
View File

@ -0,0 +1 @@
../libbacktrace/include/backtrace

View File

@ -55,6 +55,11 @@ libbacktrace_sources = [
"UnwindPtrace.cpp",
]
cc_library_headers {
name: "libbacktrace_headers",
export_include_dirs: ["include"],
}
cc_library {
name: "libbacktrace",
defaults: ["libbacktrace_common"],
@ -64,6 +69,8 @@ cc_library {
"BacktraceMap.cpp",
],
export_include_dirs: ["include"],
target: {
darwin: {
enabled: true,