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

Commit dd52ad37 authored by Jiyong Park's avatar Jiyong Park
Browse files

Use apex_available instead of no_apex

no_apex is removed in favor of the new apex_available property.

Bug: 139016109
Bug: 128708192
Test: m
Change-Id: I8d6a01d58fd1a8daf04aa0777ff66d4245c31465
parent e98cb32b
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -71,7 +71,13 @@ 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
        "apex_test_build_features",
        "com.android.media.swcodec",
        "test_com.android.media.swcodec",
    ],

    srcs: [
        "Binder.cpp",