1. 4780976 Switch to clang-r377782 by Chih-Hung Hsieh · 6 years ago
  2. 4068c3f Merge "Add error messages for wrong library names" by Hsin-Yi Chen · 6 years ago
  3. c396520 Add error messages for wrong library names by Hsin-Yi Chen · 6 years ago
  4. d4f7efc Merge "Include anonymous enum in ABI dumps" by Treehugger Robot · 6 years ago
  5. cfeef5f Merge "Update the format of module variant dir name" by Hsin-Yi Chen · 6 years ago
  6. 9678039 Output diff result to stderr by Yo Chiang · 6 years ago
  7. d63e723 Update the format of module variant dir name by Hsin-Yi Chen · 6 years ago
  8. 08a2e32 Include anonymous enum in ABI dumps by Hsin-Yi Chen · 6 years ago
  9. 5ff740f Merge "header-checker: Remove C++ 17 usages" by Logan Chien · 6 years ago
  10. e35e89d Add preserve_extracted_files option in compare_images by Jeongik Cha · 6 years ago
  11. 877c9a1 header-checker: Remove C++ 17 usages by Logan Chien · 6 years ago
  12. d8055f8 Merge "Extract zip file in tmp directory" by Treehugger Robot · 6 years ago
  13. b2ddb4d Merge "header-checker: Encapsulate AbiDiffHelper" by Treehugger Robot · 6 years ago
  14. f253fc4 Merge "header-checker: Remove type_id" by Treehugger Robot · 6 years ago
  15. af646f7 Extract zip file in tmp directory by Jeongik Cha · 6 years ago
  16. e527e06 header-checker: Downgrade to C++ 14 by Logan Chien · 6 years ago
  17. 1fd2cdb clang-tools: upgrade to r370808 by Nick Desaulniers · 6 years ago
  18. 833560b header-checker: Migrate to clang-r370808 by Logan Chien · 6 years ago
  19. 97feb26 Build proto_metadata_plugin, needed for proto cross-referencing by Sasha Smundak · 6 years ago
  20. 9039ad4 Add 'whitelist' option to compare_images by Yo Chiang · 6 years ago
  21. b783c49 Refactor compare_images by Yo Chiang · 6 years ago
  22. 1169e31 Merge "Use prebuilt llvm tools" by Treehugger Robot · 6 years ago
  23. e0765b4 Use prebuilt llvm tools by Yo Chiang · 6 years ago
  24. 6e2e773 Merge "Fix and generate vndk snapshot entirely in Soong" by Treehugger Robot · 6 years ago
  25. 04c21ae Fix and generate vndk snapshot entirely in Soong by Inseob Kim · 6 years ago
  26. 312ddee Build protoc_extractor by Sasha Smundak · 6 years ago
  27. 9044508 Merge "header-checker: Remove unique_id" by Logan Chien · 6 years ago
  28. f45e8c6 Merge "Add PLATFORM_VNDK_VERSION to the pattern of VNDK ABI dump paths" by Hsin-Yi Chen · 6 years ago
  29. d6ba93f Merge "Update vndk snapshot build script" by Treehugger Robot · 6 years ago
  30. 6410617 Add PLATFORM_VNDK_VERSION to the pattern of VNDK ABI dump paths by Hsin-Yi Chen · 6 years ago
  31. 2a6f31a Merge "Remove CPU variant from ABI reference dump paths" by Treehugger Robot · 6 years ago
  32. 14e2342 Update checkvintf on build_mixed by Justin Yun · 6 years ago
  33. b9fe142 Update vndk snapshot build script by Inseob Kim · 6 years ago
  34. 56cb76a Update indentation to 2 spaces for build_mixed by Justin Yun · 6 years ago
  35. e1aa9eb Remove CPU variant from ABI reference dump paths by Hsin-Yi Chen · 6 years ago
  36. b04fe60 Install vndkcore and vndkprivate library list by Kiyoung Kim · 6 years ago
  37. 42abf9e Merge "elfcheck: Add Android.mk auto-fix rewriter" by Logan Chien · 7 years ago
  38. 17ec995 header-checker: Remove aosp_{arm64,x86}_ab by Logan Chien · 7 years ago
  39. a51f1f6 elfcheck: Add Android.mk auto-fix rewriter by Logan Chien · 7 years ago
  40. 8739bc1 Switch to clang-r365631b by Pirama Arumuga Nainar · 7 years ago
  41. a95f71b header-checker: Add hsinyichen to OWNERS by Logan Chien · 7 years ago
  42. 17b65fc header-checker: Extract build variables into envsetup.sh by Logan Chien · 7 years ago
  43. 22af78f header-checker: Move clang-tools build script by Logan Chien · 7 years ago
  44. f718763 Merge "header-checker: Update clang prebuilts to clang-r365631" am: 920715753b by Logan Chien · 7 years ago
  45. ec33f7f header-checker: Update clang prebuilts to clang-r365631 by Logan Chien · 7 years ago
  46. 9c20269 Merge "Choose ABI dump directory according to the tag on the lsdump" by Hsin-Yi Chen · 7 years ago
  47. 4976868 Merge "Choose ABI dump directory according to the tag on the lsdump" by Hsin-Yi Chen · 7 years ago
  48. 103174a Merge "Include headers and props to VNDK snapshot" am: bd92542b50 by Inseob Kim · 7 years ago
  49. bd92542 Merge "Include headers and props to VNDK snapshot" by Treehugger Robot · 7 years ago
  50. 9f15bde Merge "Copy common.csv and diff.csv into DIST_DIR" am: 9ec7872720 by Jeongik Cha · 7 years ago
  51. 37c23e0 Copy common.csv and diff.csv into DIST_DIR by Jeongik Cha · 7 years ago
  52. 748307e Include headers and props to VNDK snapshot by Inseob Kim · 7 years ago
  53. e15673e Merge "Add 'unzip' option" am: c96563d7f6 by Jeongik Cha · 7 years ago
  54. 5e22d28 Add 'unzip' option by Jeongik Cha · 7 years ago
  55. 9dc5608 Choose ABI dump directory according to the tag on the lsdump by Hsin-Yi Chen · 7 years ago
  56. 1408067 Merge "cast Path to string type" am: 95cc0dd43f by Jeongik Cha · 7 years ago
  57. a10c62a cast Path to string type by Jeongik Cha · 7 years ago
  58. 3405612 Merge "Use pathlib Path.glob instead of glob.glob(recursive=True)" by Jeongik Cha · 7 years ago
  59. 717fdcd Use pathlib Path.glob instead of glob.glob(recursive=True) by Jeongik Cha · 7 years ago
  60. c260aba Merge "Set fullpath for script" am: 4b03e176a6 by Jeongik Cha · 7 years ago
  61. 697461a Set fullpath for script by Jeongik Cha · 7 years ago
  62. f146383 Merge "Add script for running diff easily" am: 34445d5083 by Jeongik Cha · 7 years ago
  63. 574b9d3 Add script for running diff easily by Jeongik Cha · 7 years ago
  64. 6fd47e1 Merge "Refactor compare_images" am: b33008068f by Jeongik Cha · 7 years ago
  65. b684082 Refactor compare_images by Jeongik Cha · 7 years ago
  66. 4152af8 Merge "Rename tool's name" am: 08ac866859 by Jeongik Cha · 7 years ago
  67. 30c0f1e Rename tool's name by Jeongik Cha · 7 years ago
  68. acad74f Merge "Add --ignore_signing_key option in compare tool" am: 5732e8c827 by Jeongik Cha · 7 years ago
  69. 5864907 Add --ignore_signing_key option in compare tool by Jeongik Cha · 7 years ago
  70. 2615482 Merge "Rename product_services to system_ext" am: f82839906c by Justin Yun · 7 years ago
  71. 1a2cf10 Rename product_services to system_ext by Justin Yun · 7 years ago
  72. a2b16b2 Merge "Generate lsdump without sdump" am: df6ed868b9 am: 277494d4aa by Hsin-Yi Chen · 7 years ago
  73. df6ed86 Merge "Generate lsdump without sdump" by Hsin-Yi Chen · 7 years ago
  74. da5b477 Generate lsdump without sdump by Hsin-Yi Chen · 7 years ago
  75. 29befa9 Merge "system and product image diff tool" am: e65b3cc324 am: 9bc50603fe by Jeongik Cha · 7 years ago
  76. 062f2b0 system and product image diff tool by Jeongik Cha · 7 years ago
  77. caa8e19 Merge changes I6eb07d50,I15cc1568,I70b7132f am: 3bca85a1e3 am: 5260d9aa63 by Logan Chien · 7 years ago
  78. bc1bfb3 def-tool: Do not emit errors on public.libraries.txt by Logan Chien · 7 years ago
  79. 07a6f60 def-tool: Support product and product_services partition by Logan Chien · 7 years ago
  80. bb67f1b def-tool: Remove a dead argument (cont) by Logan Chien · 7 years ago
  81. 41db049 Merge changes Icf78c709,Ic7ec11ab,Ie5c9d31e,Ia935bac4 am: 2742062a6d by Logan Chien · 7 years ago
  82. 27a1e5f def-tool: Rename FWK to SYSTEM and VND to VENDOR by Logan Chien · 7 years ago
  83. d1f580a def-tool: Skip dex test if smali cannot be found by Logan Chien · 7 years ago
  84. 6efcbbd def-tool: Rename *-Indirect to *-Private by Logan Chien · 7 years ago
  85. fcbc884 def-tool: Remove dead arguments by Logan Chien · 7 years ago
  86. c1381ad Merge "Fix a typo." am: b15098ba68 am: 79ee7b78e3 by Justin Yun · 7 years ago
  87. 18db847 Merge "Add boot.img substitution to the build_mixed script." am: 53ef2285f0 by Hyunwoo Ko · 7 years ago
  88. 461eacc Fix a typo. by Hyunwoo Ko · 7 years ago
  89. 22da157 Add boot.img substitution to the build_mixed script. by Hyunwoo Ko · 7 years ago
  90. 77f5ae2 Merge "Create vndk-lib-extra-list-29.txt" into qt-dev am: 9a0d374f21 by Ian Pedowitz · 7 years ago
  91. 9a0d374 Merge "Create vndk-lib-extra-list-29.txt" into qt-dev by Ian Pedowitz · 7 years ago
  92. 25f20fa Merge changes I1fbd76c9,I94bceacc am: 845050dfb7 am: 01e40be0a4 by Logan Chien · 7 years ago
  93. 845050d Merge changes I1fbd76c9,I94bceacc by Logan Chien · 7 years ago
  94. 0bcd8e3 header-checker: Add config file support by Logan Chien · 7 years ago
  95. b1ca6df header-checker: Add -allow-adding-removing-weak-symbols by Logan Chien · 7 years ago
  96. c22f2c7 def-tool: Update eligible list 29 am: ac9864b065 by Logan Chien · 7 years ago
  97. 10b992a Merge changes Ia7850577,Ic96e9e14 am: 82650bb98e am: 022cd1ac66 by Logan Chien · 7 years ago
  98. ac9864b def-tool: Update eligible list 29 by Logan Chien · 7 years ago
  99. 428b83c def-tool: Support VdexHeader 21 by Logan Chien · 7 years ago
  100. 9f99f20 Merge "def-tool: Add APEX bionic to minimal tag file" am: 2d4d67b747 by Logan Chien · 7 years ago