summaryrefslogtreecommitdiffstats
path: root/libutils
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2018-01-25 14:00:30 +0900
committerJiyong Park <jiyong@google.com>2018-01-25 14:02:08 +0900
commita32678df552365007fe178204264a4bdd06ddf7e (patch)
treedfd8d246a39c0e68de91ef524c7d4625502e2cf1 /libutils
parent0ba2c9f4a242570b416a2814818787a4d29d3f19 (diff)
downloadsystem_core-a32678df552365007fe178204264a4bdd06ddf7e.tar.gz
system_core-a32678df552365007fe178204264a4bdd06ddf7e.tar.bz2
system_core-a32678df552365007fe178204264a4bdd06ddf7e.zip
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
Diffstat (limited to 'libutils')
-rw-r--r--libutils/Android.bp1
1 files changed, 1 insertions, 0 deletions
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",