libutilscallstack is private VNDK-SP

The library isn't intented to be exposed to vendors. It is a platform
private library.

Bug: 72471487
Test: Pixel 2016/2017 boots to the UI. Photo editing works.
Change-Id: Ib0479a43d66d988c2f882688240746bed3213dad
This commit is contained in:
Jiyong Park 2018-01-25 14:00:30 +09:00
parent 0ba2c9f4a2
commit a32678df55
1 changed files with 1 additions and 0 deletions

View File

@ -157,6 +157,7 @@ cc_library {
cc_library {
name: "libutilscallstack",
defaults: ["libutils_defaults"],
vendor_available: false,
srcs: [
"CallStack.cpp",