summaryrefslogtreecommitdiffstats
path: root/libvndksupport
diff options
context:
space:
mode:
authordimitry <dimitry@google.com>2019-03-19 12:29:49 +0100
committerdimitry <dimitry@google.com>2019-03-20 12:26:41 +0100
commite3d0383d38fbac339a6a2ef02403836e41a11cd3 (patch)
treeee0f5596c1d9c35eaa54b4bc03e99b57c935702a /libvndksupport
parent471ff5ddc21696a497970d41d7f2498349b7f324 (diff)
downloadsystem_core-e3d0383d38fbac339a6a2ef02403836e41a11cd3.tar.gz
system_core-e3d0383d38fbac339a6a2ef02403836e41a11cd3.tar.bz2
system_core-e3d0383d38fbac339a6a2ef02403836e41a11cd3.zip
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: I883a6d2ca588a258dd43efa766fad4e07428594e
Diffstat (limited to 'libvndksupport')
-rw-r--r--libvndksupport/Android.bp5
1 files changed, 4 insertions, 1 deletions
diff --git a/libvndksupport/Android.bp b/libvndksupport/Android.bp
index bfa25088f..546c15c24 100644
--- a/libvndksupport/Android.bp
+++ b/libvndksupport/Android.bp
@@ -9,7 +9,10 @@ cc_library {
],
local_include_dirs: ["include/vndksupport"],
export_include_dirs: ["include"],
- shared_libs: ["liblog"],
+ shared_libs: [
+ "libdl_android",
+ "liblog",
+ ],
version_script: "libvndksupport.map.txt",
stubs: {
symbol_file: "libvndksupport.map.txt",