Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fabaa1ed authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update bug for cleaning up swcodec dependencies." am: d1e17720 am:...

Merge "Update bug for cleaning up swcodec dependencies." am: d1e17720 am: 856b7704 am: 138be378 am: ec64c1de am: f18a17ad

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1412307

Change-Id: I77be65d7cf5d57f07c956ac390a013000e165e7c
parents c1c16c31 f18a17ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",
    ],
+1 −1
Original line number Diff line number Diff line
@@ -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