summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Support product-specific librariesInseob Kim2018-05-305-33/+84
* bpfmt.Elliott Hughes2018-02-161-4/+7
* Don't shared oem-defined libs to vendor apksJiyong Park2018-01-156-28/+168
* Merge "Nativeloader: Add minimal effort for host library path"Treehugger Robot2018-01-081-10/+39
|\
| * Nativeloader: Add minimal effort for host library pathAndreas Gampe2018-01-021-10/+39
* | Merge "Don't install unnecessary VNDK libs"Treehugger Robot2018-01-041-0/+4
|\ \ | |/ |/|
| * Don't install unnecessary VNDK libsJiyong Park2017-12-181-0/+4
* | 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-196-18/+183
|/
* Load versioned llndk.libraries.txt and vndksp.libraries.txtJustin Yun2017-12-121-2/+29
* Merge "Add OWNERS."Elliott Hughes2017-12-071-0/+1
|\
| * Add OWNERS.Elliott Hughes2017-12-071-0/+1
* | Merge "Remove default libraries" am: 8b7feee38f am: a0113de2f3Dan Willemsen2017-09-301-9/+0
|\|
| * Remove default librariesDan Willemsen2017-09-291-9/+0
* | Merge changes from topic "vndk_jni" into oc-mr1-devJiyong Park2017-09-142-6/+73
|\ \ | |/ |/|
| * vendor apk is unbundledJiyong Park2017-09-072-6/+73
* | 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