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

Commit 18e257f8 authored by Jiyong Park's avatar Jiyong Park Committed by android-build-merger
Browse files

Merge changes from topic "apex_available" am: 5bcceefd am: 288e14b3

am: 16ca58c1

Change-Id: Icd89ba677204be19dfbba557f999d53cfbd687a7
parents f6b55061 16ca58c1
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",