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
This commit is contained in:
Jiyong Park 2017-08-23 13:25:21 +09:00
parent 06254de12a
commit b7d92c4b96
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ cc_library_headers {
cc_library {
name: "libbacktrace",
vendor_available: true,
vendor_available: false,
vndk: {
enabled: true,
support_system_process: true,