Update bug for cleaning up swcodec dependencies.
This cleanup is impossible without either:
- swcodec to stop using use_vendor
- removal devices which don't support VNDK
Bug: 166468760
Test: N/A
Change-Id: I29867b488a295e9cb7861a1bc7a24ae6d2ffe12b
diff --git a/libs/binder/ProcessState.cpp b/libs/binder/ProcessState.cpp
index 02e0193..ce45b7f 100644
--- a/libs/binder/ProcessState.cpp
+++ b/libs/binder/ProcessState.cpp
@@ -404,7 +404,7 @@
, 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