summaryrefslogtreecommitdiff
path: root/libnativeloader/native_loader_test.cpp
AgeCommit message (Expand)Author
2025-03-20Move more path logic for tests to testing.cc, so it can be used without Martin Stjernholm
2024-04-24Clean up the test mocks. Martin Stjernholm
2024-02-15Refactorings to make more logic available at the top level in Martin Stjernholm
2023-10-19Do not expect VNDK namespace when VNDK is deprecated Kiyoung Kim
2023-10-19Check if product is treblelized Kiyoung Kim
2023-10-16Use product vndk version to check if product vndk is deprecated Kiyoung Kim
2022-11-18Make classloader namespace names unique, for debugging. Martin Stjernholm
2022-09-09Use a different name for the product classloader namespace. Martin Stjernholm
2022-08-26Fix UnbundledProductApp test to allow extendend public libraries. Martin Stjernholm
2022-07-05Fix misc-unused-using-decl clang-tidy issues Stefano Cianciulli
2022-06-30Fix performance-for-range-copy clang-tidy issues Stefano Cianciulli
2022-06-08Fix bugprone-macro-parentheses clang-tidy issues Stefano Cianciulli
2022-03-24Fix expected system links when there are extended public libraries on Martin Stjernholm
2021-08-17Define product public libraries Justin Yun
2021-06-21Fix link apex for jni libs Jooyung Han
2021-06-09Avoid internal APEX stubs in libnative{bridge,loader} and clean up Martin Stjernholm
2021-05-10Avoid loading external libraries from ARTs internal linker namespace Martin Stjernholm
2021-05-09Revert "Avoid loading external libraries from ARTs internal linker namespace." Calin Juravle
2021-05-07Avoid loading external libraries from ARTs internal linker namespace. Martin Stjernholm
2020-09-08clean up statsd public libraries Jooyung Han
2020-09-08libnativeloader: clean-up hard-coded public libs Jooyung Han
2020-09-07Fix libnativeloader unit tests being skipped. Martin Stjernholm
2020-05-07"Move ICU from ART APEX to i18n APEX" Attempt 2 Victor Chang
2020-05-05Revert "Move ICU from ART APEX to i18n APEX" vichang
2020-05-05Move ICU from ART APEX to i18n APEX Victor Chang
2020-04-27Use ART_TARGET_ANDROID instead of __ANDROID__ Nicolas Geoffray
2020-03-04libnativeloader: Remove hard-coded cronet Jooyung Han
2020-03-04Loading JNI libraries in an APEX Jooyung Han
2020-02-21Use a different VNDK namespace for product apps Justin Yun
2020-02-21Rename APEX Namespace Kiyoung Kim
2020-02-16Add libstats_jni to linkerconfig/namespace Jeffrey Huang
2020-02-12Convert native_loader_test.cpp to Result::ok() Bernie Innocenti
2020-02-11Use apex name for apex linker namespace Jooyung Han
2020-02-10Use product vndk version for product apps Justin Yun
2020-02-07Update platform namespace name Kiyoung Kim
2020-01-07Make product libs available to unbundled product apks. Justin Yun
2019-12-17Add public lib of Cronet apex mainline Luke Huang
2019-11-13Use a different name for shared classloader namespace, to help debugging. Martin Stjernholm
2019-11-13Fix libnativeloader_test to work on 64 bit architectures. Martin Stjernholm
2019-11-13Avoid "using namespace" that's blocked by cpplint. Martin Stjernholm
2019-10-11Move libnative{bridge,loader} to art/ Orion Hodson