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: I26339e0cb0370272758d983b611b0af29bf6dea5
This commit is contained in:
dimitry
2019-03-19 12:29:07 +01:00
parent 4e1dd516e1
commit 192b72b9b4

View File

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