1. 294a3f8 vendor/product partition can provide libs by Jooyung Han · 3 years ago
  2. a45f536 Enable Vendor and Product linker configuration by Kiyoung Kim · 3 years, 1 month ago
  3. 2e96d06 Clean up now unnecessary ART special code. by Martin Stjernholm · 3 years, 3 months ago
  4. c502af5 Verify extra paths from APEX linker config by Kiyoung Kim · 3 years, 7 months ago
  5. 6c7494c Do not fail on missing public.libraries.txt by Kiyoung Kim · 3 years, 7 months ago
  6. b972763 Refactor ScanActiveApexes to return android::base::Result by Kiyoung Kim · 3 years, 7 months ago
  7. 4a5be61 Rename sharedApexLibs to requireSharedApexLibs by Kiyoung Kim · 3 years, 7 months ago
  8. 48fbb64 Update path for SharedLibs APEX by Kiyoung Kim · 3 years, 8 months ago
  9. 5075351 Merge "Verify if APEX has any link with all libs allowed" by Kiyoung Kim · 3 years, 8 months ago
  10. 2adf66e Verify if APEX has any link with all libs allowed by Kiyoung Kim · 3 years, 8 months ago
  11. 1f3adaa Merge "Get system's required/providing libraries from config file" by Kiyoung Kim · 3 years, 8 months ago
  12. 180ec04 Add support for test common APEX by Kiyoung Kim · 3 years, 8 months ago
  13. d7fb1c1 Get system's required/providing libraries from config file by Kiyoung Kim · 3 years, 8 months ago
  14. e9dc6c1 Use LinkerConfig object directly by Kiyoung Kim · 3 years, 8 months ago
  15. 197857e Update configuration for linkerconfig as json/protobuf by Kiyoung Kim · 3 years, 9 months ago
  16. 45a2de1 Link sanitizer libs from "system" for vendor apex by Jooyung Han · 3 years, 9 months ago
  17. 81b9f84 Set APEX namespace as visible by Kiyoung Kim · 3 years, 10 months ago
  18. 52ccfa7 make APEXes with public libraries visible by Jooyung Han · 3 years, 10 months ago
  19. f9920e2 Retrieve extra informations from APEX config file by Kiyoung Kim · 3 years, 10 months ago
  20. 949e311 Support :vndk requirement from /product partition by Jooyung Han · 3 years, 10 months ago
  21. a2a5d03 Skip reading apex-info-list when there's no apexes by Jooyung Han · 3 years, 11 months ago
  22. a5e31e2 Merge changes from topic "revert-1387130-revert-apex-info-list-XDFTNNKFQI" by Treehugger Robot · 3 years, 11 months ago
  23. 07c3480 Revert^2 "Fix "vndk" namespace for vendor apexes" by Jooyung Han · 3 years, 11 months ago
  24. b632392 Revert^2 "Read apex-info-file.xml to distinguish vendor apex" by Jooyung Han · 3 years, 11 months ago
  25. 0bb103f Add :sphal, :vndksp for apex configuration by Jooyung Han · 4 years ago
  26. 4093cb0 Update codebase with static analysis result by Kiyoung Kim · 4 years ago
  27. c7d6009 Revert "Read apex-info-file.xml to distinguish vendor apex" by Jooyung Han · 4 years ago
  28. 51a4427 Revert "Fix "vndk" namespace for vendor apexes" by Jooyung Han · 4 years ago
  29. 5e40c4c Fix "vndk" namespace for vendor apexes by Jooyung Han · 4 years ago
  30. d32f7fa Read apex-info-file.xml to distinguish vendor apex by Jooyung Han · 4 years ago
  31. 1fc46cc Cleanup for Android's inclusive language guidance by Luke Huang · 4 years ago
  32. 1ee5f5c Support ":vndk" to use vndk libs from vendor apex by Jooyung Han · 4 years ago
  33. fce4a27 Deprecate VNDK-Lite from linkerconfig by Kiyoung Kim · 4 years ago
  34. 813e6ff Generate ASAN paths with certain rules by Kiyoung Kim · 4 years, 1 month ago
  35. 268151b Revert "Remove duplicate entries in shared_libs" by Jooyung Han · 4 years, 1 month ago
  36. 28ea47a Remove duplicate entries in shared_libs by Jooyung Han · 4 years, 1 month ago
  37. 11fadef Make APEXes with JNI libs "visible" in "system" section by Jooyung Han · 4 years, 4 months ago
  38. 471aeb9 Trim root path from output by Jooyung Han · 4 years, 4 months ago
  39. 50f1616 Rename APEX Namespace by Kiyoung Kim · 4 years, 4 months ago
  40. ca10abd Remove extra using statements by Tom Cherry · 4 years, 5 months ago
  41. ffacdd9 Merge "2 more missing Result::ok() calls in system/linkerconfig" by Treehugger Robot · 4 years, 5 months ago
  42. 4add3c0 Merge changes I2ead6a77,I6bf2204a by Treehugger Robot · 4 years, 5 months ago
  43. f3fbf29 2 more missing Result::ok() calls in system/linkerconfig by Bernie Innocenti · 4 years, 5 months ago
  44. 2fa82eb Merge "Use apex_name for the name of linker namespace" by Treehugger Robot · 4 years, 5 months ago
  45. 12cbedb Remove ResolveVariables() by Jooyung Han · 4 years, 5 months ago
  46. 750268b Make ConfigWriter simpler by Jooyung Han · 4 years, 5 months ago
  47. 51be4fe Last missing Result::ok() calls in system/linkerconfig by Bernie Innocenti · 4 years, 5 months ago
  48. bd5fc77 Use apex_name for the name of linker namespace by Jooyung Han · 4 years, 5 months ago
  49. 834efc8 Auto-generate media namespace by Jooyung Han · 4 years, 5 months ago
  50. 9960aca Auto-generate apex namespaces: cronet,nn,conscrypt by Jooyung Han · 4 years, 5 months ago
  51. 61496fe Configuration for special APEX binaries by Kiyoung Kim · 4 years, 5 months ago
  52. 32c2ef7 Move part of Context into modules::BaseContext by Jooyung Han · 4 years, 5 months ago
  53. b4af747 Add "--strict" flag by Jooyung Han · 4 years, 5 months ago
  54. cfb788f Sort namespaces in a section by Jooyung Han · 4 years, 5 months ago
  55. 284bc72 Generate linkerconfig for APEX binaries by Kiyoung Kim · 4 years, 5 months ago
  56. 9a3e85c Merge "Add product section for product interface enforcement" by Treehugger Robot · 4 years, 6 months ago
  57. 86b57f6 Scan Active APEXes by Jooyung Han · 4 years, 6 months ago
  58. 2a07d26 Add product section for product interface enforcement by Justin Yun · 4 years, 7 months ago
  59. 33a9505 Read apex_manifest and generate Namespace by Jooyung Han · 4 years, 7 months ago
  60. 09cbb08 Linker configuration for recovery by Kiyoung Kim · 4 years, 7 months ago
  61. b9f20d1 Add constraints resolution for dependencies by Jooyung Han · 4 years, 7 months ago
  62. 523e0c3 Make sure that namespace links are ordered by Jooyung Han · 4 years, 8 months ago
  63. b461a7b Use ordered sequences for namespace links by Jooyung Han · 4 years, 8 months ago
  64. bfe0654 vndk-ext should come before vndk(VNDK APEX) by Jooyung Han · 4 years, 8 months ago
  65. 33648de Revert "Revert "Check ro.treble.enabled for legacy devices"" by Daichi Hirono · 4 years, 8 months ago
  66. ab0f8cb Revert "Check ro.treble.enabled for legacy devices" by Daichi Hirono · 4 years, 8 months ago
  67. 7343a1d Check ro.treble.enabled for legacy devices by Daichi Hirono · 4 years, 8 months ago
  68. 2c9326f Merge "Do not expose namespace vector" by Treehugger Robot · 4 years, 9 months ago
  69. e655807 Support legacy and vndklite mode by Kiyoung Kim · 4 years, 9 months ago
  70. febec57 Do not expose namespace vector by Kiyoung Kim · 4 years, 9 months ago
  71. cb9df4f Ensure all namespaces have links to /system/lib(64) for the sanitizer libs. by Martin Stjernholm · 4 years, 9 months ago
  72. 7f8f6a0 Make link creation additive. by Martin Stjernholm · 4 years, 9 months ago
  73. f74c2b7 Trim whitespace while loading library list file by Kiyoung Kim · 4 years, 9 months ago
  74. 18eb4c6 Load VNDK using core variant library list by Kiyoung Kim · 4 years, 9 months ago
  75. 360a6f3 Maintain directory to section map in manual by Kiyoung Kim · 4 years, 9 months ago
  76. 405bfc9 Use enum for ASAN path by Kiyoung Kim · 4 years, 11 months ago
  77. eba3ed1 Resolve dir path in early stage by Kiyoung Kim · 5 years ago
  78. 853438d Load variables on runtime by Kiyoung Kim · 5 years ago
  79. e9a77fe Make executable binary for LinkerConfig by Kiyoung Kim · 5 years ago
  80. 96a4388 Manage dir list without priority by Kiyoung Kim · 5 years ago
  81. 7a0d9fb Replace shared_ptr with plain object by Kiyoung Kim · 5 years ago
  82. ff9cbf7 Implement Legacy and base configuration by Kiyoung Kim · 5 years ago
  83. 6d7cb59 Create writer and handle environment variable by Kiyoung Kim · 5 years ago
  84. 7d422b3 Define modules for linker config by Kiyoung Kim · 5 years ago