Loading libs/binder/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -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", ], Loading libs/binder/ProcessState.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
libs/binder/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -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", ], Loading
libs/binder/ProcessState.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading