diff options
| author | 2020-08-27 01:50:28 +0000 | |
|---|---|---|
| committer | 2020-08-27 01:50:28 +0000 | |
| commit | f18a17ad3acaadd03fcf7aaa319e9e948286fd46 (patch) | |
| tree | aa9815c8f369db5657dc49180e8fe792772f1e01 | |
| parent | bd9aa6aeb1e6913186723fbed65b25a4acc94f31 (diff) | |
| parent | ec64c1def92834f5668d67e89170a7f0d96d28db (diff) | |
Merge "Update bug for cleaning up swcodec dependencies." am: d1e17720ad am: 856b770414 am: 138be378d1 am: ec64c1def9
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1412307
Change-Id: I91eeb71620c4b82c2a82a9be3acb2a2af47902f3
| -rw-r--r-- | libs/binder/Android.bp | 2 | ||||
| -rw-r--r-- | libs/binder/ProcessState.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp index 861b5893e7..9675a5321e 100644 --- a/libs/binder/Android.bp +++ b/libs/binder/Android.bp @@ -78,7 +78,7 @@ cc_library { // or dessert updates. Instead, apex users should use libbinder_ndk. apex_available: [ "//apex_available:platform", - // TODO(b/139016109) remove these three + // TODO(b/166468760) remove these three "com.android.media.swcodec", "test_com.android.media.swcodec", ], diff --git a/libs/binder/ProcessState.cpp b/libs/binder/ProcessState.cpp index acc1e67eb8..53cbb1adec 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 |