summaryrefslogtreecommitdiff
path: root/libnativeloader/native_loader.cpp
AgeCommit message (Expand)Author
2019-10-09Move libnative{bridge,loader} to art/Orion Hodson
2019-10-07Rename the runtime linker namespace following ART/Runtime APEX split.Martin Stjernholm
2019-08-30Update paths and names for the new ART APEX.Martin Stjernholm
2019-07-26Use android::base::Result in libnativeloaderJiyong Park
2019-05-16Fix style around header inclusionJiyong Park
2019-05-16Hide non-bridged/bridged namespaces behind NativeLoaderNamespace classJiyong Park
2019-05-08Move public libraries list to a separate source fileJiyong Park
2019-05-04move classes out of native_loader.cppJiyong Park
2019-05-01Reland: Fix libnativeloader to correctly link to the platform namespace.Martin Stjernholm
2019-04-30Merge "Revert "Fix libnativeloader to correctly link to the platform namespac...Treehugger Robot
2019-04-29Revert "Fix libnativeloader to correctly link to the platform namespace."Martin Stjernholm
2019-04-29Merge "Nativeloader: Restrict anonymous namespace creation"Treehugger Robot
2019-04-29Fix libnativeloader to correctly link to the platform namespace.Martin Stjernholm
2019-04-26Nativeloader: Restrict anonymous namespace creationAndreas Gampe
2019-03-25Do not fail when there is no vndk namespaceKiyoung Kim
2019-03-07Add product apk support from libnativeloaderKiyoung Kim
2019-02-23Avoid runtime namespace becoming parent for classloader-namespace.Martin Stjernholm
2019-02-22Remove dependency on libcutilsOrion Hodson
2019-02-19Merge changes from topic "dup_icu4c"vichang
2019-02-08Remove the public libs in runtime namespaceVictor Chang
2019-02-06Add some overview docs for classloader-namespace.Martin Stjernholm
2019-02-04Expose public libraries from runtime namepsace to classloader namespaceVictor Chang
2019-02-04Add getExportedNamespace NB callbackdimitry
2019-01-22Conscrypt should only link against bionic.Nicolas Geoffray
2019-01-22Revert "Revert "Introduce conscrypt linker namespace.""Nicolas Geoffray
2019-01-21Revert "Introduce conscrypt linker namespace."Nicolas Geoffray
2019-01-21Introduce conscrypt linker namespace.Nicolas Geoffray
2019-01-18Pass the Java caller's location to OpenNativeLibrary.Nicolas Geoffray
2019-01-16libnativeloader: remove stubs for now.Nicolas Geoffray
2019-01-16Move to C API of libnativeloader.Nicolas Geoffray
2018-12-19Propagate dlopen errors to callers of OpenNativeLibrary.Pete Bentley
2018-09-12Add error_msg argument to CloseNativeLibrarydimitry
2018-07-12Separate namespace acquisition from library loadingVictor Khimenko
2018-05-16Support product-specific librariesInseob Kim
2018-01-15Don't shared oem-defined libs to vendor apksJiyong Park
2018-01-02Nativeloader: Add minimal effort for host library pathAndreas Gampe
2017-12-20Add std::string StartsWith*/EndsWith* overloads.Elliott Hughes
2017-12-19Support partners to expose their own system libs to Android appsJiyong Park
2017-12-13Load versioned llndk.libraries.txt and vndksp.libraries.txtJustin Yun
2017-09-07vendor apk is unbundledJiyong Park
2017-07-18system/core: use proper nativehelper headersSteven Moreland
2017-05-25Load vendor public libraries to sphal namespaceDimitry Ivanov
2017-05-09Explicitly enable greylist for classloader-namespacesDimitry Ivanov
2017-03-29NativeBridge: add "linked namespace" semantic corresponding to linkerZhenhua WANG
2017-02-11Merge "Replace public library list with shared lib sonames"Dimitry Ivanov
2017-02-06Replace public library list with shared lib sonamesDimitry Ivanov
2017-02-06Merge "Log errors from loading public libraries"Dimitry Ivanov
2017-02-06Log errors from loading public librariesEvan Ralston
2017-02-02Make dlext_namespaces.h available to users of libnativeloaderJesse Hall
2017-01-11liblog: use log/log.h when utilizing ALOG macrosMark Salyzyn