summaryrefslogtreecommitdiffstats
path: root/libnativeloader/native_loader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Nativeloader: Restrict anonymous namespace creationAndreas Gampe2019-04-291-1/+3
* Do not fail when there is no vndk namespaceKiyoung Kim2019-03-251-2/+3
* Add product apk support from libnativeloaderKiyoung Kim2019-03-071-33/+79
* Avoid runtime namespace becoming parent for classloader-namespace.Martin Stjernholm2019-02-231-4/+25
* Remove dependency on libcutilsOrion Hodson2019-02-221-4/+5
* Merge changes from topic "dup_icu4c"vichang2019-02-191-0/+35
|\
| * Remove the public libs in runtime namespaceVictor Chang2019-02-081-0/+35
* | Add some overview docs for classloader-namespace.Martin Stjernholm2019-02-061-0/+9
|/
* Expose public libraries from runtime namepsace to classloader namespaceVictor Chang2019-02-041-0/+28
* Add getExportedNamespace NB callbackdimitry2019-02-041-1/+1
* Conscrypt should only link against bionic.Nicolas Geoffray2019-01-221-4/+0
* Revert "Revert "Introduce conscrypt linker namespace.""Nicolas Geoffray2019-01-221-1/+44
* Revert "Introduce conscrypt linker namespace."Nicolas Geoffray2019-01-211-44/+1
* Introduce conscrypt linker namespace.Nicolas Geoffray2019-01-211-1/+44
* Pass the Java caller's location to OpenNativeLibrary.Nicolas Geoffray2019-01-181-3/+4
* libnativeloader: remove stubs for now.Nicolas Geoffray2019-01-161-1/+1
* Move to C API of libnativeloader.Nicolas Geoffray2019-01-161-34/+27
* Propagate dlopen errors to callers of OpenNativeLibrary.Pete Bentley2018-12-191-1/+5
* Add error_msg argument to CloseNativeLibrarydimitry2018-09-121-3/+15
* Separate namespace acquisition from library loadingVictor Khimenko2018-07-121-77/+79
* Support product-specific librariesInseob Kim2018-05-161-33/+53
* Don't shared oem-defined libs to vendor apksJiyong Park2018-01-151-28/+33
* Nativeloader: Add minimal effort for host library pathAndreas Gampe2018-01-021-10/+39
* Add std::string StartsWith*/EndsWith* overloads.Elliott Hughes2017-12-201-1/+1
* Support partners to expose their own system libs to Android appsJiyong Park2017-12-191-18/+80
* Load versioned llndk.libraries.txt and vndksp.libraries.txtJustin Yun2017-12-131-2/+29
* vendor apk is unbundledJiyong Park2017-09-071-6/+72
* system/core: use proper nativehelper headersSteven Moreland2017-07-181-1/+1
* Load vendor public libraries to sphal namespaceDimitry Ivanov2017-05-251-10/+41
* Explicitly enable greylist for classloader-namespacesDimitry Ivanov2017-05-091-2/+14
* NativeBridge: add "linked namespace" semantic corresponding to linkerZhenhua WANG2017-03-291-2/+7
* Merge "Replace public library list with shared lib sonames"Dimitry Ivanov2017-02-111-2/+7
|\
| * Replace public library list with shared lib sonamesDimitry Ivanov2017-02-061-2/+7
* | Merge "Log errors from loading public libraries"Dimitry Ivanov2017-02-061-1/+3
|\ \ | |/ |/|
| * Log errors from loading public librariesEvan Ralston2017-02-061-1/+3
* | Make dlext_namespaces.h available to users of libnativeloaderJesse Hall2017-02-021-1/+1
|/
* liblog: use log/log.h when utilizing ALOG macrosMark Salyzyn2017-01-111-2/+2
* Allow different namespace types for different classloadersDimitry Ivanov2016-11-041-7/+11
* Return nullptr from FindNamespaceByClassLoader for NB-enabled apps.Dimitry Ivanov2016-11-011-4/+4
* Upgrade native bridge to version 3 to support namespaceZhenhua WANG2016-10-251-52/+194
* system/core Replace log/log.h with android/log.hMark Salyzyn2016-09-301-5/+5
* Merge \"Add support to indicate bitness of public library.\"Christopher Ferris2016-06-221-4/+27
|\
| * Add support to indicate bitness of public library.Christopher Ferris2016-06-221-4/+27
* | Merge "Remove target_sdk_version parameter" into nyc-devDimitry Ivanov2016-05-241-11/+6
|\ \
| * | Remove target_sdk_version parameterDimitry Ivanov2016-05-241-11/+6
| * | Set parent namespace for linker-namespacesDimitry Ivanov2016-05-171-1/+27
* | | Merge "Set parent namespace for linker-namespaces" am: ac50d0cc57Dimitry Ivanov2016-05-171-1/+27
|\ \ \ | | |/ | |/|
| * | Set parent namespace for linker-namespacesDimitry Ivanov2016-05-161-1/+27
| * | Pass permitted_path to the linker as is.Dimitry Ivanov2016-05-161-3/+1
* | | Pass permitted_path to the linker as is.Dimitry Ivanov2016-05-171-3/+1
|\ \ \ | | |/ | |/|