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

Commit 6d235293 authored by dimitry's avatar dimitry
Browse files

Add dependency on libdl_android

platform private symbols have been moved to libdl_android.so
since they are not intended to be accessible from apps.

Test: make
Change-Id: I34935206e078a064841fe00b293f24df358e50ad
parent 8760599e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ cc_library_shared {
        "libbase",
        "libbinder",
        "libcutils",
        "libdl_android",
        "liblog",
        "libutils",
    ],
+1 −0
Original line number Diff line number Diff line
@@ -76,6 +76,7 @@ cc_library_shared {
        "libhardware",
        "libsync",
        "libbase",
        "libdl_android",
        "libhidlbase",
        "libhidltransport",
        "liblog",