Home
last modified time | relevance | path

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

/ndk/docs/text/
DNATIVE-ACTIVITY.text76 <meta-data android:name="android.app.lib_name"
91 - The android:name attribute of the meta-data tag must be in the form of android.app.lib_name
92 where lib_name is the name of the module without the lib prefix and .so suffix.
/ndk/sources/host-tools/ndk-depends/
Dndk-depends.cc696 String lib_name = parser.GetStringByIndex(str_index, str_table_index); in GetNeededLibsT() local
697 if (!lib_name.empty()) { in GetNeededLibsT()
698 result->push_back(lib_name); in GetNeededLibsT()