1. fcd4ee4 Merge "Remove target_sdk_version parameter" into nyc-dev am: 07f46c84e6 by Dimitry Ivanov · 8 years ago
  2. 94ee4e6 Remove target_sdk_version parameter by Dimitry Ivanov · 8 years ago
  3. e17c2ef Merge "Set parent namespace for linker-namespaces" am: ac50d0cc57 am: 3457aba394 by Dimitry Ivanov · 8 years ago
  4. ade364b Set parent namespace for linker-namespaces by Dimitry Ivanov · 8 years ago
  5. d98683f Pass permitted_path to the linker as is. am: 25df4bff44 by Dimitry Ivanov · 8 years ago
  6. 24db75c Set parent namespace for linker-namespaces by Dimitry Ivanov · 8 years ago
  7. 25df4bf Pass permitted_path to the linker as is. by Dimitry Ivanov · 8 years ago
  8. b31caa95 Pass permitted_path to the linker as is. by Dimitry Ivanov · 8 years ago
  9. 17decbd Merge "Move linker-namespace functions declarations" am: 37ed923d1c by Dimitry Ivanov · 8 years ago
  10. c337cae Move linker-namespace functions declarations by Dimitry Ivanov · 8 years ago
  11. 37ed923 Merge "Move linker-namespace functions declarations" by Dimitry Ivanov · 8 years ago
  12. d7cbb6f Merge "nativeloader: Ignore empty java_permitted_path" into nyc-dev by Dimitry Ivanov · 8 years ago
  13. 72ca40f nativeloader: Ignore empty java_permitted_path by Dimitry Ivanov · 8 years ago
  14. ddc6a4a Merge "Check if public namespace has already been initialized" am: 0756fae4f1 by Dimitry Ivanov · 8 years ago
  15. 0756fae Merge "Check if public namespace has already been initialized" by Dimitry Ivanov · 8 years ago
  16. d0b1531 nativeloader: Ignore empty java_permitted_path by Dimitry Ivanov · 8 years ago
  17. 637da4e Extend white-listed directories to include /mnt/expand by Dimitry Ivanov · 8 years ago
  18. f334cbf Extend white-listed directories to include /mnt/expand by Dimitry Ivanov · 8 years ago
  19. 80ddb8f Check if public namespace has already been initialized by Dimitry Ivanov · 8 years ago
  20. 6796522 Move linker-namespace functions declarations by Dimitry Ivanov · 8 years ago
  21. cf9892b nativeloader: Fix the case of search_path == null by Dimitry Ivanov · 8 years ago
  22. 8a0425b nativeloader: Fix the case of search_path == null by Dimitry Ivanov · 8 years ago
  23. 7d02829 Add public libs from an environment variable by Dimitry Ivanov · 8 years ago
  24. 4ddabd0 Add public libs from an environment variable by Dimitry Ivanov · 8 years ago
  25. ad717d6 Merge "nativeloader: Add CloseNativeLibrary() method" by Treehugger Robot · 8 years ago
  26. 7a1f951 nativeloader: Add CloseNativeLibrary() method by Dimitry Ivanov · 8 years ago
  27. 09a516b nativeloader: Add CloseNativeLibrary() method by Dimitry Ivanov · 8 years ago
  28. 911472d nativeloader: Add Reset capabilities by Dimitry Ivanov · 8 years ago
  29. be4ca3a nativeloader: Add Reset capabilities by Dimitry Ivanov · 8 years ago
  30. 0b5651e native_loader: Use ANDROID_ROOT environment variable by Dimitry Ivanov · 8 years ago
  31. 5539db0 Enable namespaces for all target sdk versions by Dimitry Ivanov · 8 years ago
  32. 7e8cee8 native_loader: Use ANDROID_ROOT environment variable by Dimitry Ivanov · 8 years ago
  33. 213676b Enable namespaces for all target sdk versions by Dimitry Ivanov · 8 years ago
  34. 3150fa2 Remove workaround for libart greylist. by Alex Light · 8 years ago
  35. b614045 Allow vendors to extend the list of public libs by Dimitry Ivanov · 8 years ago
  36. 617f495 Allow vendors to extend the list of public libs by Dimitry Ivanov · 8 years ago
  37. 4f8bb25 Adjust check for target_sdk_version for workarounds by Dimitry Ivanov · 8 years ago
  38. 7f9a1aa A workaround for apps using custom classloaders by Dimitry Ivanov · 8 years ago
  39. d1fdb98 Move list of public libraries to a config file by Dimitry Ivanov · 8 years ago
  40. 4b0e963 Move list of public libraries to a config file by Dimitry Ivanov · 8 years ago
  41. 9c0a202 Revert "libnativeloader: Make webviewchromium so file optional" by Dimitry Ivanov · 8 years ago
  42. 75dda75 libnativeloader: Make webviewchromium so file optional by Prashant Malani · 8 years ago
  43. 5f28b84 Handle the case when libart.so is not in use by Dimitry Ivanov · 8 years ago
  44. 1dff1aa Fix locking of libnativeloader by Dimitry Ivanov · 8 years ago
  45. 34d5a20 Fix locking of libnativeloader by Dimitry Ivanov · 8 years ago
  46. 4cd0768 Added function to explicitly initialize a namespace by Dimitry Ivanov · 8 years ago
  47. d047c92 Added function to explicitly initialize a namespace by Dimitry Ivanov · 8 years ago
  48. 6f80022 Add PreloadPublicNativeLibraries function by Dimitry Ivanov · 8 years ago
  49. 426799d Add PreloadPublicNativeLibraries function by Dimitry Ivanov · 8 years ago
  50. 2f9cd05 Merge "native_loader: add libvulkan.so to public native library list" into nyc-dev by Jesse Hall · 8 years ago
  51. dee3d96 native_loader: add libvulkan.so to public native library list by Jesse Hall · 8 years ago
  52. f44ecde nativeloader: Export FindNamespaceByClassLoader by Dimitry Ivanov · 8 years ago
  53. c914ebd nativeloader: refactor FindNamespaceByClassLoader method by Dimitry Ivanov · 8 years ago
  54. 0cd10d8 nativeloader: Export FindNamespaceByClassLoader by Dimitry Ivanov · 8 years ago
  55. 34fa704 nativeloader: refactor FindNamespaceByClassLoader method by Dimitry Ivanov · 8 years ago
  56. dab5673 Limit libart.so visibility to apps targeting <= M by Dimitry Ivanov · 8 years ago
  57. 55bbb0d Preload public native libraries by Dimitry Ivanov · 8 years ago
  58. d68c8e9 Preload public native libraries by Dimitry Ivanov · 8 years ago
  59. 4e9bda3 Merge "Include icu4c libraries to the list of public libs" am: 17e33647f0 by Dimitry Ivanov · 8 years ago
  60. c24ca89 Include icu4c libraries to the list of public libs by Dimitry Ivanov · 8 years ago
  61. 73d2bc0 Add libcamera2ndk.so to the list of public libraries by Dimitry Ivanov · 8 years ago
  62. e803dd8 Merge "Add libRS.so to the list of public libraries" am: ebe04a9b89 by Dimitry Ivanov · 9 years ago
  63. cdb6fee Add libRS.so to the list of public libraries by Dimitry Ivanov · 9 years ago
  64. 6082622 Merge "Make libwebviewchromium_plat_support.so public" am: cd60e4bdd6 by Dimitry Ivanov · 9 years ago
  65. 3d5a434 Add libart.so to the list of public libraries by Dimitry Ivanov · 9 years ago
  66. 90bf68e Make libwebviewchromium_plat_support.so public by Dimitry Ivanov · 9 years ago
  67. 619ffb4 Revert "Temporary disable linker-namespaces" by Dimitry Ivanov · 9 years ago
  68. d2a6220 Add parameter for shared namespaces by Dimitry Ivanov · 9 years ago
  69. c18ac7c Temporary disable linker-namespaces by Dimitry Ivanov · 9 years ago
  70. 0d6e594 Apply permitted path to the classloader-namespace by Dimitry Ivanov · 9 years ago
  71. 8b04714 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  72. ac1b191 Native loader as a separate library by Dimitry Ivanov · 9 years ago