summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
| * Move libnativeloader headers into libnativeloader.Elliott Hughes2016-02-122-3/+38
| * Preload public native librariesDimitry Ivanov2016-02-111-6/+9
* | Extend white-listed directories to include /mnt/expandDimitry Ivanov2016-05-101-10/+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
* | nativeloader: Add CloseNativeLibrary() methodDimitry Ivanov2016-05-032-0/+7
* | nativeloader: Add Reset capabilitiesDimitry Ivanov2016-05-022-0/+13
* | native_loader: Use ANDROID_ROOT environment variableDimitry Ivanov2016-04-271-3/+7
* | Enable namespaces for all target sdk versionsDimitry Ivanov2016-04-271-9/+3
* | Remove workaround for libart greylist.Alex Light2016-04-151-16/+1
* | Allow vendors to extend the list of public libsDimitry Ivanov2016-04-111-15/+32
* | Adjust check for target_sdk_version for workaroundsDimitry Ivanov2016-03-291-2/+1
* | A workaround for apps using custom classloadersDimitry Ivanov2016-03-291-2/+16
* | Move list of public libraries to a config fileDimitry Ivanov2016-03-172-32/+37
* | Revert "libnativeloader: Make webviewchromium so file optional"Dimitry Ivanov2016-03-162-11/+0
* | libnativeloader: Make webviewchromium so file optionalPrashant Malani2016-03-162-0/+11
* | Handle the case when libart.so is not in useDimitry Ivanov2016-03-041-1/+6
* | Fix locking of libnativeloaderDimitry Ivanov2016-02-291-3/+5
* | Added function to explicitly initialize a namespaceDimitry Ivanov2016-02-252-22/+69
* | Add PreloadPublicNativeLibraries functionDimitry Ivanov2016-02-242-4/+11
* | Merge "native_loader: add libvulkan.so to public native library list" into ny...Jesse Hall2016-02-231-0/+1
|\ \
| * | native_loader: add libvulkan.so to public native library listJesse Hall2016-02-231-0/+1
* | | nativeloader: Export FindNamespaceByClassLoaderDimitry Ivanov2016-02-232-8/+24