summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "Log errors from loading public libraries"Dimitry Ivanov2017-02-061-1/+3
|\
| * Log errors from loading public librariesEvan Ralston2017-02-061-1/+3
* | dlext_namespace.h: Declare android_get_LD_LIBRARY_PATHJesse Hall2017-02-021-0/+13
* | Make dlext_namespaces.h available to users of libnativeloaderJesse Hall2017-02-022-1/+1
|/
* liblog: use log/log.h when utilizing ALOG macrosMark Salyzyn2017-01-111-2/+2
* Use shared lib of libutils, libz and libbase.Jaekyun Seok2016-12-211-1/+1
* 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-253-54/+200
* Rely on the platform -std default.Elliott Hughes2016-10-101-1/+0
* system/core Replace log/log.h with android/log.hMark Salyzyn2016-09-301-5/+5
* Merge \"libnativeloader: convert Android.mk to Android.bp\"Colin Cross2016-07-282-58/+32
|\
| * libnativeloader: convert Android.mk to Android.bpColin Cross2016-07-272-58/+32
* | 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 invalid uses of -l and -I" am: 5d6193c658Dan Willemsen2016-06-011-2/+1
|\|
| * Remove invalid uses of -l and -IDan Willemsen2016-06-011-2/+1
* | 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-172-2/+29
* | | Merge "Set parent namespace for linker-namespaces" am: ac50d0cc57Dimitry Ivanov2016-05-172-2/+29
|\ \ \ | | |/ | |/|
| * | Set parent namespace for linker-namespacesDimitry Ivanov2016-05-162-2/+29
| * | 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-161-3/+1
|\ \ \ | | |/ | |/|
| * | Pass permitted_path to the linker as is.Dimitry Ivanov2016-05-161-3/+1
| * | Move linker-namespace functions declarationsDimitry Ivanov2016-05-112-1/+91
* | | Merge "Move linker-namespace functions declarations" am: 37ed923d1cDimitry Ivanov2016-05-112-1/+91
|\ \ \ | | |/ | |/|
| * | Merge "Move linker-namespace functions declarations"Dimitry Ivanov2016-05-112-1/+91
| |\ \
| | * | Move linker-namespace functions declarationsDimitry Ivanov2016-05-092-1/+91
| * | | nativeloader: Ignore empty java_permitted_pathDimitry Ivanov2016-05-111-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-101-0/+7
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge "Check if public namespace has already been initialized"Dimitry Ivanov2016-05-101-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-062-7/+28
| * Merge "nativeloader: Add CloseNativeLibrary() method"Treehugger Robot2016-05-042-0/+7
| |\
| | * nativeloader: Add CloseNativeLibrary() methodDimitry Ivanov2016-05-042-0/+7
| * | nativeloader: Add Reset capabilitiesDimitry Ivanov2016-05-022-0/+13
| |/
| * native_loader: Use ANDROID_ROOT environment variableDimitry Ivanov2016-04-211-3/+7
| * Enable namespaces for all target sdk versionsDimitry Ivanov2016-04-211-9/+3
| * Allow vendors to extend the list of public libsDimitry Ivanov2016-04-061-15/+32
| * Move list of public libraries to a config fileDimitry Ivanov2016-03-172-30/+37
| * Fix locking of libnativeloaderDimitry Ivanov2016-02-291-3/+5
| * Added function to explicitly initialize a namespaceDimitry Ivanov2016-02-262-21/+67
| * Add PreloadPublicNativeLibraries functionDimitry Ivanov2016-02-242-4/+11
| * nativeloader: Export FindNamespaceByClassLoaderDimitry Ivanov2016-02-222-8/+24
| * nativeloader: refactor FindNamespaceByClassLoader methodDimitry Ivanov2016-02-221-17/+16