summaryrefslogtreecommitdiffstats
path: root/libutils
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2018-03-14 16:18:36 +0900
committerJiyong Park <jiyong@google.com>2018-03-14 16:21:00 +0900
commit130fea3478ce3ecb6c5a64d193552c1cce98772d (patch)
tree8bba19b8a6611dbec8f849e90072728801b65329 /libutils
parent887d74b4791deef4ec12f2203acce4c23d398698 (diff)
downloadsystem_core-130fea3478ce3ecb6c5a64d193552c1cce98772d.tar.gz
system_core-130fea3478ce3ecb6c5a64d193552c1cce98772d.tar.bz2
system_core-130fea3478ce3ecb6c5a64d193552c1cce98772d.zip
Revert "libutilscallstack is private VNDK-SP"
CallStack.cpp was part of libutils, but has been separated into a new library libutilscallstack [1] and then made invisible to vendors [2]. However, this is causing problem to the vendors who have been using the CallStack class from libutils, because the class is no longer available to them. In order to support them, marking libutilscallstack as 'vendor_available: true'. This reverts commit a32678df552365007fe178204264a4bdd06ddf7e. [1] https://android-review.googlesource.com/c/platform/system/core/+/591954 [2] https://android-review.googlesource.com/c/platform/system/core/+/599754 Bug: 74600214 Test: m -j Test: 2016/2017 pixel devices boots to the UI and Photo Editing works Change-Id: Iaa232ed978378b566a4710e2320ee6ed04572e14
Diffstat (limited to 'libutils')
-rw-r--r--libutils/Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libutils/Android.bp b/libutils/Android.bp
index 32caa69bb..0d7925a4a 100644
--- a/libutils/Android.bp
+++ b/libutils/Android.bp
@@ -159,7 +159,6 @@ cc_library {
cc_library {
name: "libutilscallstack",
defaults: ["libutils_defaults"],
- vendor_available: false,
srcs: [
"CallStack.cpp",