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

Commit 288e14b3 authored by Jiyong Park's avatar Jiyong Park Committed by android-build-merger
Browse files

Merge changes from topic "apex_available"

am: 5bcceefd

Change-Id: Ic3b8c4e480f158f127fbd9bb46639629121ff97c
parents ee6cd20b 5bcceefd
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -71,7 +71,12 @@ cc_library {
    // libbinder does not offer a stable wire protocol.
    // if a second copy of it is installed, then it may break after security
    // or dessert updates. Instead, apex users should use libbinder_ndk.
    no_apex: true,
    apex_available: [
        "//apex_available:platform",
        // TODO(b/139016109) remove these three
        "com.android.media.swcodec",
        "test_com.android.media.swcodec",
    ],

    srcs: [
        "Binder.cpp",