summaryrefslogtreecommitdiffstats
path: root/libnativeloader/native_loader.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | | |/ | |/|
| * | Pass permitted_path to the linker as is.Dimitry Ivanov2016-05-161-3/+1
| * | Move linker-namespace functions declarationsDimitry Ivanov2016-05-111-1/+1
* | | Merge "Move linker-namespace functions declarations" am: 37ed923d1cDimitry Ivanov2016-05-111-1/+1
|\ \ \ | | |/ | |/|
| * | Merge "Move linker-namespace functions declarations"Dimitry Ivanov2016-05-111-1/+1
| |\ \
| | * | Move linker-namespace functions declarationsDimitry Ivanov2016-05-091-1/+1
| * | | nativeloader: Ignore empty java_permitted_pathDimitry Ivanov2016-05-101-1/+3
* | | | Merge "nativeloader: Ignore empty java_permitted_path" into nyc-devDimitry Ivanov2016-05-111-1/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | nativeloader: Ignore empty java_permitted_pathDimitry Ivanov2016-05-101-1/+3
* | | | Merge "Check if public namespace has already been initialized" am: 0756fae4f1Dimitry Ivanov2016-05-111-0/+7
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge "Check if public namespace has already been initialized"Dimitry Ivanov2016-05-111-0/+7
| |\ \
| | * | Check if public namespace has already been initializedDimitry Ivanov2016-05-091-0/+7
| | |/
| * / Extend white-listed directories to include /mnt/expandDimitry Ivanov2016-05-101-2/+14
| |/
| * nativeloader: Fix the case of search_path == nullDimitry Ivanov2016-05-091-1/+6
| * Add public libs from an environment variableDimitry Ivanov2016-05-061-0/+19
| * Merge "nativeloader: Add CloseNativeLibrary() method"Treehugger Robot2016-05-041-0/+4
| |\
| | * nativeloader: Add CloseNativeLibrary() methodDimitry Ivanov2016-05-041-0/+4
| * | nativeloader: Add Reset capabilitiesDimitry Ivanov2016-05-021-0/+10
| |/
| * native_loader: Use ANDROID_ROOT environment variableDimitry Ivanov2016-04-211-3/+7
| * Enable namespaces for all target sdk versionsDimitry Ivanov2016-04-211-9/+3