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
Change-Id: I26339e0cb0370272758d983b611b0af29bf6dea5
(cherry picked from commit 192b72b9b4)
This commit is contained in:
dimitry
2019-03-19 12:29:07 +01:00
parent 3c776e8793
commit c6e61a1686

View File

@@ -288,6 +288,7 @@ cc_library_shared {
"libnativewindow",
"libhwui",
"libdl",
"libdl_android",
"libstatslog",
"server_configurable_flags",
],