1. 1f9c519 Merge \"libnativeloader: convert Android.mk to Android.bp\" am: 5783dea065 by Colin Cross · 9 years ago
  2. 209c012 libnativeloader: convert Android.mk to Android.bp by Colin Cross · 9 years ago
  3. 011ff5a Merge \"Add support to indicate bitness of public library.\" am: 3fb358478f by Christopher Ferris · 9 years ago
  4. f6c79f5 Add support to indicate bitness of public library. by Christopher Ferris · 9 years ago
  5. 97bad63 Merge "Remove invalid uses of -l and -I" am: 5d6193c658 am: 9ae3c079dc by Dan Willemsen · 9 years ago
  6. 3672d91 Remove invalid uses of -l and -I by Dan Willemsen · 9 years ago
  7. a810acb Merge "Remove target_sdk_version parameter" into nyc-dev am: 07f46c84e6 by Dimitry Ivanov · 9 years ago
  8. 1b5b626 Remove target_sdk_version parameter by Dimitry Ivanov · 9 years ago
  9. 3f6b43f Merge "Set parent namespace for linker-namespaces" am: ac50d0cc57 am: 3457aba394 by Dimitry Ivanov · 9 years ago
  10. 6d73e9b Set parent namespace for linker-namespaces by Dimitry Ivanov · 9 years ago
  11. d5d2c56 Pass permitted_path to the linker as is. am: 25df4bff44 by Dimitry Ivanov · 9 years ago
  12. 5429994 Set parent namespace for linker-namespaces by Dimitry Ivanov · 9 years ago
  13. f298767 Pass permitted_path to the linker as is. by Dimitry Ivanov · 9 years ago
  14. 86195c5 Pass permitted_path to the linker as is. by Dimitry Ivanov · 9 years ago
  15. 655a032 Merge "Move linker-namespace functions declarations" am: 37ed923d1c by Dimitry Ivanov · 9 years ago
  16. 33a5b59 Move linker-namespace functions declarations by Dimitry Ivanov · 9 years ago
  17. b3abbfb Merge "Move linker-namespace functions declarations" by Dimitry Ivanov · 9 years ago
  18. 732a010 Merge "nativeloader: Ignore empty java_permitted_path" into nyc-dev by Dimitry Ivanov · 9 years ago
  19. 0c73bf0 nativeloader: Ignore empty java_permitted_path by Dimitry Ivanov · 9 years ago
  20. 327809a Merge "Check if public namespace has already been initialized" am: 0756fae4f1 by Dimitry Ivanov · 9 years ago
  21. 4567e30 Merge "Check if public namespace has already been initialized" by Dimitry Ivanov · 9 years ago
  22. 306b2ac nativeloader: Ignore empty java_permitted_path by Dimitry Ivanov · 9 years ago
  23. 9dbd262 Extend white-listed directories to include /mnt/expand by Dimitry Ivanov · 9 years ago
  24. 4a68f13 Extend white-listed directories to include /mnt/expand by Dimitry Ivanov · 9 years ago
  25. 20c9ae1 Check if public namespace has already been initialized by Dimitry Ivanov · 9 years ago
  26. b659e1b Move linker-namespace functions declarations by Dimitry Ivanov · 9 years ago
  27. cba380a nativeloader: Fix the case of search_path == null by Dimitry Ivanov · 9 years ago
  28. 6735730 nativeloader: Fix the case of search_path == null by Dimitry Ivanov · 9 years ago
  29. 4589dc9 Add public libs from an environment variable by Dimitry Ivanov · 9 years ago
  30. 13ddb1a Add public libs from an environment variable by Dimitry Ivanov · 9 years ago
  31. 41498d3 Merge "nativeloader: Add CloseNativeLibrary() method" by Treehugger Robot · 9 years ago
  32. f017161 nativeloader: Add CloseNativeLibrary() method by Dimitry Ivanov · 9 years ago
  33. 0b2a977 nativeloader: Add CloseNativeLibrary() method by Dimitry Ivanov · 9 years ago
  34. 17897f8 nativeloader: Add Reset capabilities by Dimitry Ivanov · 9 years ago
  35. cb5b83e nativeloader: Add Reset capabilities by Dimitry Ivanov · 9 years ago
  36. e8c8b94 native_loader: Use ANDROID_ROOT environment variable by Dimitry Ivanov · 9 years ago
  37. 1584eda Enable namespaces for all target sdk versions by Dimitry Ivanov · 9 years ago
  38. 8fa4d0c native_loader: Use ANDROID_ROOT environment variable by Dimitry Ivanov · 9 years ago
  39. 7af2951 Enable namespaces for all target sdk versions by Dimitry Ivanov · 9 years ago
  40. c3c7670 Remove workaround for libart greylist. by Alex Light · 9 years ago
  41. aecdc2a Allow vendors to extend the list of public libs by Dimitry Ivanov · 9 years ago
  42. ceb5cdc Allow vendors to extend the list of public libs by Dimitry Ivanov · 9 years ago
  43. 146cd5a Adjust check for target_sdk_version for workarounds by Dimitry Ivanov · 9 years ago
  44. 0ad46a7 A workaround for apps using custom classloaders by Dimitry Ivanov · 9 years ago
  45. b2ddca6 Move list of public libraries to a config file by Dimitry Ivanov · 9 years ago
  46. eca7e26 Move list of public libraries to a config file by Dimitry Ivanov · 9 years ago
  47. 9c71e2c Revert "libnativeloader: Make webviewchromium so file optional" by Dimitry Ivanov · 9 years ago
  48. 66a9fa8 libnativeloader: Make webviewchromium so file optional by Prashant Malani · 9 years ago
  49. 7206987 Handle the case when libart.so is not in use by Dimitry Ivanov · 9 years ago
  50. b1c0e2f Fix locking of libnativeloader by Dimitry Ivanov · 9 years ago
  51. 91c43da Fix locking of libnativeloader by Dimitry Ivanov · 9 years ago
  52. aed72ca Added function to explicitly initialize a namespace by Dimitry Ivanov · 9 years ago
  53. 251c643 Added function to explicitly initialize a namespace by Dimitry Ivanov · 9 years ago
  54. 87f76e4 Add PreloadPublicNativeLibraries function by Dimitry Ivanov · 9 years ago
  55. 110c254 Add PreloadPublicNativeLibraries function by Dimitry Ivanov · 9 years ago
  56. 3bcd532 Merge "native_loader: add libvulkan.so to public native library list" into nyc-dev by Jesse Hall · 9 years ago
  57. 2c75bb8 native_loader: add libvulkan.so to public native library list by Jesse Hall · 9 years ago
  58. 4b41367 nativeloader: Export FindNamespaceByClassLoader by Dimitry Ivanov · 9 years ago
  59. d1813dc nativeloader: refactor FindNamespaceByClassLoader method by Dimitry Ivanov · 9 years ago
  60. df19a4d Move libnativeloader headers into libnativeloader. by Elliott Hughes · 9 years ago
  61. a16315a nativeloader: Export FindNamespaceByClassLoader by Dimitry Ivanov · 9 years ago
  62. 5ec805e nativeloader: refactor FindNamespaceByClassLoader method by Dimitry Ivanov · 9 years ago
  63. 57d79c1 Limit libart.so visibility to apps targeting <= M by Dimitry Ivanov · 9 years ago
  64. b0e3901 Move libnativeloader headers into libnativeloader. by Elliott Hughes · 9 years ago
  65. dda98ff Preload public native libraries by Dimitry Ivanov · 9 years ago
  66. d041efd Preload public native libraries by Dimitry Ivanov · 9 years ago
  67. eae3eff Merge "Include icu4c libraries to the list of public libs" am: 17e33647f0 by Dimitry Ivanov · 9 years ago
  68. 78a7b50 Include icu4c libraries to the list of public libs by Dimitry Ivanov · 9 years ago
  69. 2c3fd3c Add libcamera2ndk.so to the list of public libraries by Dimitry Ivanov · 9 years ago
  70. c72e1f7 Merge "Add libRS.so to the list of public libraries" am: ebe04a9b89 by Dimitry Ivanov · 9 years ago
  71. b66825a Add libRS.so to the list of public libraries by Dimitry Ivanov · 9 years ago
  72. 703ec37 Merge "Make libwebviewchromium_plat_support.so public" am: cd60e4bdd6 by Dimitry Ivanov · 9 years ago
  73. 337be77 Add libart.so to the list of public libraries by Dimitry Ivanov · 9 years ago
  74. 69eb6f5 Make libwebviewchromium_plat_support.so public by Dimitry Ivanov · 9 years ago
  75. 8e3020f Revert "Temporary disable linker-namespaces" by Dimitry Ivanov · 9 years ago
  76. 5673bea Add parameter for shared namespaces by Dimitry Ivanov · 9 years ago
  77. 7a4efaf Temporary disable linker-namespaces by Dimitry Ivanov · 9 years ago
  78. e0edc73 Apply permitted path to the classloader-namespace by Dimitry Ivanov · 9 years ago
  79. be2c0ad Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  80. cf45786 Native loader as a separate library by Dimitry Ivanov · 9 years ago