summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove default librariesDan Willemsen2017-09-291-9/+0
* Remove LOCAL_CLANG and clang: trueLennart Wieboldt2017-07-251-1/+0
* system/core: use proper nativehelper headersSteven Moreland2017-07-181-1/+1
* Load vendor public libraries to sphal namespaceDimitry Ivanov2017-05-252-10/+43
* Explicitly enable greylist for classloader-namespacesDimitry Ivanov2017-05-092-2/+20
* NativeBridge: add "linked namespace" semantic corresponding to linkerZhenhua WANG2017-03-291-2/+7
* Set libnativeloader style to clang-format-2Calin Juravle2017-03-291-0/+1
* Add comment to android_link_namespaces methodDimitry Ivanov2017-02-131-0/+16
* Merge "Replace public library list with shared lib sonames"Dimitry Ivanov2017-02-112-8/+16
|\
| * Replace public library list with shared lib sonamesDimitry Ivanov2017-02-062-8/+16
* | 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