summaryrefslogtreecommitdiff
path: root/libs/binder/ProcessState.cpp
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2020-08-27 00:19:21 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2020-08-27 00:19:21 +0000
commitd1e17720adb32c8934d945a02fc1283a5b6fda37 (patch)
tree573593151a86fd66b1bf9293ecc38dc7e9811da5 /libs/binder/ProcessState.cpp
parent959ba52f7cee7f0d2ac72c16a5f97456793db8fa (diff)
parente09b08247e45b80cc6cb63bb26d7d366aa04de61 (diff)
Merge "Update bug for cleaning up swcodec dependencies."
Diffstat (limited to 'libs/binder/ProcessState.cpp')
-rw-r--r--libs/binder/ProcessState.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/ProcessState.cpp b/libs/binder/ProcessState.cpp
index 02e01934bb..ce45b7f517 100644
--- a/libs/binder/ProcessState.cpp
+++ b/libs/binder/ProcessState.cpp
@@ -404,7 +404,7 @@ ProcessState::ProcessState(const char *driver)
, mCallRestriction(CallRestriction::NONE)
{
-// TODO(b/139016109): enforce in build system
+// TODO(b/166468760): enforce in build system
#if defined(__ANDROID_APEX__)
LOG_ALWAYS_FATAL("Cannot use libbinder in APEX (only system.img libbinder) since it is not stable.");
#endif