From a32678df552365007fe178204264a4bdd06ddf7e Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Thu, 25 Jan 2018 14:00:30 +0900 Subject: [PATCH] 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 --- libutils/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/libutils/Android.bp b/libutils/Android.bp index 3bca6c82f..2be5d9896 100644 --- a/libutils/Android.bp +++ b/libutils/Android.bp @@ -157,6 +157,7 @@ cc_library { cc_library { name: "libutilscallstack", defaults: ["libutils_defaults"], + vendor_available: false, srcs: [ "CallStack.cpp",