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

Commit 19de208f authored by Peter Collingbourne's avatar Peter Collingbourne
Browse files

Link libvndksupport dynamically instead of statically.

Bug: 146456667
Change-Id: I94cfefaac4fbd6c5914af151399a5be35c582d7b
parent 0c3329b0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -53,6 +53,8 @@ cc_test {
        "libpdx",
        "liblog",
        "libutils",
    ],
    shared_libs: [
        "libvndksupport",
    ],
}