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

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

libbinder should not be included in APEX

It's wire protocol is not stable; an APEX and the platform can't
(shoudln't) talk to each other if they are using libbinder built in
different times.

Bug: 139016109
Test: m

Change-Id: Ibc7f0c8b1eb4503919bbc867f4cfeb464e4f22fe
parent 2572cbec
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ cc_library_shared {
        enabled: true,
    },
    double_loadable: true,
    no_apex: true,

    srcs: [
        "ActivityManager.cpp",