- ab8e465 Updating platform SDK version for R by Raju Kulkarni · 5 years ago
- 97f5e86 Merge "Create ABI reference dumps for libraries with multiple tags" into rvc-dev by Hsin-Yi Chen · 5 years ago
- 7c05fbc Create ABI reference dumps for libraries with multiple tags by Hsin-Yi Chen · 5 years ago
- 4b8b6fc Merge "Revert "header-checker: Remove aosp_{arm64,x86}_ab"" into rvc-dev by Hsin-Yi Chen · 5 years ago
- 5e9ca65 Revert "header-checker: Remove aosp_{arm64,x86}_ab" by Hsin-Yi Chen · 5 years ago
- 321d777 Switch to clang-r377782c by Yabin Cui · 5 years ago
- 41dca08 Merge "Ensure compare_images is built with one TARGET_PRODUCT." by Chris Gross · 5 years ago
- 76fbfe6 Merge "Add more OWNERS for VNDK development" by Logan Chien · 5 years ago
- 7890f3b Merge "Add a module for extra VNDK library lists" by Hsin-Yi Chen · 5 years ago
- 20716cb Add more OWNERS for VNDK development by Logan Chien · 5 years ago
- cdfca90 Add a module for extra VNDK library lists by Hsin-Yi Chen · 5 years ago
- 4faa6c7 Switch to clang-r377782b by Chih-Hung Hsieh · 5 years ago
- 41e92f9 Ensure compare_images is built with one TARGET_PRODUCT. by Chris Gross · 5 years ago
- 4780976 Switch to clang-r377782 by Chih-Hung Hsieh · 5 years ago
- 4068c3f Merge "Add error messages for wrong library names" by Hsin-Yi Chen · 5 years ago
- c396520 Add error messages for wrong library names by Hsin-Yi Chen · 6 years ago
- d4f7efc Merge "Include anonymous enum in ABI dumps" by Treehugger Robot · 6 years ago
- cfeef5f Merge "Update the format of module variant dir name" by Hsin-Yi Chen · 6 years ago
- 9678039 Output diff result to stderr by Yo Chiang · 6 years ago
- d63e723 Update the format of module variant dir name by Hsin-Yi Chen · 6 years ago
- 08a2e32 Include anonymous enum in ABI dumps by Hsin-Yi Chen · 6 years ago
- 5ff740f Merge "header-checker: Remove C++ 17 usages" by Logan Chien · 6 years ago
- e35e89d Add preserve_extracted_files option in compare_images by Jeongik Cha · 6 years ago
- 877c9a1 header-checker: Remove C++ 17 usages by Logan Chien · 6 years ago
- d8055f8 Merge "Extract zip file in tmp directory" by Treehugger Robot · 6 years ago
- b2ddb4d Merge "header-checker: Encapsulate AbiDiffHelper" by Treehugger Robot · 6 years ago
- f253fc4 Merge "header-checker: Remove type_id" by Treehugger Robot · 6 years ago
- af646f7 Extract zip file in tmp directory by Jeongik Cha · 6 years ago
- e527e06 header-checker: Downgrade to C++ 14 by Logan Chien · 6 years ago
- 1fd2cdb clang-tools: upgrade to r370808 by Nick Desaulniers · 6 years ago
- 833560b header-checker: Migrate to clang-r370808 by Logan Chien · 6 years ago
- 97feb26 Build proto_metadata_plugin, needed for proto cross-referencing by Sasha Smundak · 6 years ago
- 9039ad4 Add 'whitelist' option to compare_images by Yo Chiang · 6 years ago
- b783c49 Refactor compare_images by Yo Chiang · 6 years ago
- e0765b4 Use prebuilt llvm tools by Yo Chiang · 6 years ago
- 312ddee Build protoc_extractor by Sasha Smundak · 6 years ago
- 9044508 Merge "header-checker: Remove unique_id" by Logan Chien · 6 years ago
- 6410617 Add PLATFORM_VNDK_VERSION to the pattern of VNDK ABI dump paths by Hsin-Yi Chen · 6 years ago
- 2a6f31a Merge "Remove CPU variant from ABI reference dump paths" by Treehugger Robot · 6 years ago
- 14e2342 Update checkvintf on build_mixed by Justin Yun · 6 years ago
- 56cb76a Update indentation to 2 spaces for build_mixed by Justin Yun · 6 years ago
- e1aa9eb Remove CPU variant from ABI reference dump paths by Hsin-Yi Chen · 6 years ago
- 42abf9e Merge "elfcheck: Add Android.mk auto-fix rewriter" by Logan Chien · 6 years ago
- 17ec995 header-checker: Remove aosp_{arm64,x86}_ab by Logan Chien · 6 years ago
- a51f1f6 elfcheck: Add Android.mk auto-fix rewriter by Logan Chien · 6 years ago
- 8739bc1 Switch to clang-r365631b by Pirama Arumuga Nainar · 6 years ago
- a95f71b header-checker: Add hsinyichen to OWNERS by Logan Chien · 6 years ago
- 17b65fc header-checker: Extract build variables into envsetup.sh by Logan Chien · 6 years ago
- 22af78f header-checker: Move clang-tools build script by Logan Chien · 6 years ago
- f718763 Merge "header-checker: Update clang prebuilts to clang-r365631" am: 920715753b by Logan Chien · 6 years ago
- ec33f7f header-checker: Update clang prebuilts to clang-r365631 by Logan Chien · 6 years ago
- 9c20269 Merge "Choose ABI dump directory according to the tag on the lsdump" by Hsin-Yi Chen · 6 years ago
- 4976868 Merge "Choose ABI dump directory according to the tag on the lsdump" by Hsin-Yi Chen · 6 years ago
- 9f15bde Merge "Copy common.csv and diff.csv into DIST_DIR" am: 9ec7872720 by Jeongik Cha · 6 years ago
- 37c23e0 Copy common.csv and diff.csv into DIST_DIR by Jeongik Cha · 6 years ago
- e15673e Merge "Add 'unzip' option" am: c96563d7f6 by Jeongik Cha · 6 years ago
- 5e22d28 Add 'unzip' option by Jeongik Cha · 6 years ago
- 9dc5608 Choose ABI dump directory according to the tag on the lsdump by Hsin-Yi Chen · 6 years ago
- 1408067 Merge "cast Path to string type" am: 95cc0dd43f by Jeongik Cha · 6 years ago
- a10c62a cast Path to string type by Jeongik Cha · 6 years ago
- 3405612 Merge "Use pathlib Path.glob instead of glob.glob(recursive=True)" by Jeongik Cha · 6 years ago
- 717fdcd Use pathlib Path.glob instead of glob.glob(recursive=True) by Jeongik Cha · 6 years ago
- c260aba Merge "Set fullpath for script" am: 4b03e176a6 by Jeongik Cha · 6 years ago
- 697461a Set fullpath for script by Jeongik Cha · 6 years ago
- f146383 Merge "Add script for running diff easily" am: 34445d5083 by Jeongik Cha · 6 years ago
- 574b9d3 Add script for running diff easily by Jeongik Cha · 6 years ago
- 6fd47e1 Merge "Refactor compare_images" am: b33008068f by Jeongik Cha · 6 years ago
- b684082 Refactor compare_images by Jeongik Cha · 6 years ago
- 4152af8 Merge "Rename tool's name" am: 08ac866859 by Jeongik Cha · 6 years ago
- 30c0f1e Rename tool's name by Jeongik Cha · 6 years ago
- acad74f Merge "Add --ignore_signing_key option in compare tool" am: 5732e8c827 by Jeongik Cha · 6 years ago
- 5864907 Add --ignore_signing_key option in compare tool by Jeongik Cha · 6 years ago
- 2615482 Merge "Rename product_services to system_ext" am: f82839906c by Justin Yun · 6 years ago
- 1a2cf10 Rename product_services to system_ext by Justin Yun · 6 years ago
- a2b16b2 Merge "Generate lsdump without sdump" am: df6ed868b9 am: 277494d4aa by Hsin-Yi Chen · 6 years ago
- df6ed86 Merge "Generate lsdump without sdump" by Hsin-Yi Chen · 6 years ago
- da5b477 Generate lsdump without sdump by Hsin-Yi Chen · 6 years ago
- 29befa9 Merge "system and product image diff tool" am: e65b3cc324 am: 9bc50603fe by Jeongik Cha · 6 years ago
- 062f2b0 system and product image diff tool by Jeongik Cha · 6 years ago
- caa8e19 Merge changes I6eb07d50,I15cc1568,I70b7132f am: 3bca85a1e3 am: 5260d9aa63 by Logan Chien · 6 years ago
- bc1bfb3 def-tool: Do not emit errors on public.libraries.txt by Logan Chien · 6 years ago
- 07a6f60 def-tool: Support product and product_services partition by Logan Chien · 6 years ago
- bb67f1b def-tool: Remove a dead argument (cont) by Logan Chien · 6 years ago
- 41db049 Merge changes Icf78c709,Ic7ec11ab,Ie5c9d31e,Ia935bac4 am: 2742062a6d by Logan Chien · 6 years ago
- 27a1e5f def-tool: Rename FWK to SYSTEM and VND to VENDOR by Logan Chien · 6 years ago
- d1f580a def-tool: Skip dex test if smali cannot be found by Logan Chien · 6 years ago
- 6efcbbd def-tool: Rename *-Indirect to *-Private by Logan Chien · 6 years ago
- fcbc884 def-tool: Remove dead arguments by Logan Chien · 6 years ago
- c1381ad Merge "Fix a typo." am: b15098ba68 am: 79ee7b78e3 by Justin Yun · 6 years ago
- 18db847 Merge "Add boot.img substitution to the build_mixed script." am: 53ef2285f0 by Hyunwoo Ko · 6 years ago
- 461eacc Fix a typo. by Hyunwoo Ko · 6 years ago
- 22da157 Add boot.img substitution to the build_mixed script. by Hyunwoo Ko · 6 years ago
- 77f5ae2 Merge "Create vndk-lib-extra-list-29.txt" into qt-dev am: 9a0d374f21 by Ian Pedowitz · 6 years ago
- 9a0d374 Merge "Create vndk-lib-extra-list-29.txt" into qt-dev by Ian Pedowitz · 6 years ago
- 25f20fa Merge changes I1fbd76c9,I94bceacc am: 845050dfb7 am: 01e40be0a4 by Logan Chien · 6 years ago
- 845050d Merge changes I1fbd76c9,I94bceacc by Logan Chien · 6 years ago
- 0bcd8e3 header-checker: Add config file support by Logan Chien · 6 years ago
- b1ca6df header-checker: Add -allow-adding-removing-weak-symbols by Logan Chien · 6 years ago
- c22f2c7 def-tool: Update eligible list 29 am: ac9864b065 by Logan Chien · 6 years ago
- 10b992a Merge changes Ia7850577,Ic96e9e14 am: 82650bb98e am: 022cd1ac66 by Logan Chien · 6 years ago