diff options
author | 2020-08-26 18:06:13 +0000 | |
---|---|---|
committer | 2020-08-26 18:06:13 +0000 | |
commit | e09b08247e45b80cc6cb63bb26d7d366aa04de61 (patch) | |
tree | a951ec011e61f3b665d89da51328d9dbcf9c14c3 /libs/binder/ProcessState.cpp | |
parent | 0fd8d7970b1bc0fa318a7db65f2e10f097f593de (diff) |
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
Diffstat (limited to 'libs/binder/ProcessState.cpp')
-rw-r--r-- | libs/binder/ProcessState.cpp | 2 |
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 |