commit | 781d3f3297be578cb602309f0e02dbdfb8cce975 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Wed Aug 23 13:25:21 2017 +0900 |
committer | Jiyong Park <jiyong@google.com> | Mon Oct 16 11:35:02 2017 +0900 |
tree | 2c9292849b77f78c143bd2fe7014c133461b3ce5 | |
parent | 8e7932006b203a8b1b29d1f7a675a0cef1ae8789 [diff] |
libbacktrace is not directly available to vendors This lib becomes VNDK-SP just because libutils, which is VNDK-SP, is depending on it. Since libutils provide android::CallStack class for collecting and printing the callstack, there is no need for vendors to use the internal libbacktrace library. Thus the lib is marked as vendor_available: false. Bug: 64730695 Test: build 2017 pixel device Change-Id: I4ad91e3a6747bb0ae88d32cd26dfba32239c5b93