commit | fb60e6c9aed973759e1fbd66a1dfbfc5b7cdaef6 | [log] [tgz] |
---|---|---|
author | Victor Khimenko <khim@google.com> | Thu Jun 18 22:01:13 2020 +0200 |
committer | Victor Khimenko <khim@google.com> | Fri Jul 10 20:13:23 2020 +0200 |
tree | 0bf8ff7e98a48147ef1bd96abe13533bdf200c4a | |
parent | 82e0c384f3f3391b73f6bb23ba8605cb5c142599 [diff] |
Make libbacktrace buildable for native_bridge Bug: http://b/153609531 Test: m -j64 libbacktrace.native_bridge Change-Id: I2b8a881b4e952f3b68dbcaeb14f147a6d955b406 Merged-In: I2b8a881b4e952f3b68dbcaeb14f147a6d955b406
diff --git a/libutils/Android.bp b/libutils/Android.bp index 3a30a9e..85f4280 100644 --- a/libutils/Android.bp +++ b/libutils/Android.bp
@@ -175,6 +175,8 @@ cc_library { name: "libutilscallstack", defaults: ["libutils_defaults"], + // TODO(b/153609531): remove when no longer needed. + native_bridge_supported: true, srcs: [ "CallStack.cpp",