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

Commit 4fdaa43e 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
Bug: http://b/129387775
Merged-In: I34935206e078a064841fe00b293f24df358e50ad
Change-Id: I34935206e078a064841fe00b293f24df358e50ad
(cherry picked from commit 6d235293)
parent e5e82852
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ cc_library_shared {
    cflags: ["-Wall", "-Werror"],

    shared_libs: [
        "libdl_android",
        "liblog",
    ],

+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",