Home
last modified time | relevance | path

Searched refs:soname (Results 1 – 2 of 2) sorted by relevance

/system/bt/build/toolchain/gcc/
DBUILD.gn54 soname = "{{target_output_name}}{{output_extension}}" # e.g. "libfoo.so".
55 rspfile = soname + ".rsp"
58 "$cxx -shared {{ldflags}} -o $soname -Wl,-soname=$soname @$rspfile"
61 description = "SOLINK $soname"
69 soname,
71 link_output = soname
72 depend_output = soname
/system/core/libnativeloader/
Dnative_loader.cpp157 for (const auto& soname : sonames) { in Initialize() local
158 dlopen(soname.c_str(), RTLD_NOW | RTLD_NODELETE); in Initialize()