commit | 7428c52ef265fbe7477261c0df629b9a8895794e | [log] [tgz] |
---|---|---|
author | Victor Khimenko <khim@google.com> | Thu Jun 18 22:01:13 2020 +0200 |
committer | Victor Khimenko <khim@google.com> | Thu Jun 18 22:02:46 2020 +0200 |
tree | 68df64136d84d21bc75c683f9da330ab2e5c1b7e | |
parent | cec2d69a0b4fa80e8c3b582a2bf3caac9c29057b [diff] [blame] |
Make libbacktrace buildable for native_bridge Bug: http://b/153609531 Test: m -j64 libbacktrace.native_bridge Change-Id: I2b8a881b4e952f3b68dbcaeb14f147a6d955b406
diff --git a/libutils/Android.bp b/libutils/Android.bp index ea39d34..7392806 100644 --- a/libutils/Android.bp +++ b/libutils/Android.bp
@@ -169,6 +169,8 @@ cc_library { name: "libutilscallstack", defaults: ["libutils_defaults"], + // TODO(b/153609531): remove when no longer needed. + native_bridge_supported: true, srcs: [ "CallStack.cpp",