1. 74cead8 Add support to max-target-s to generate_hiddenapi_lists by Artur Satayev · 3 years, 5 months ago
  2. 93b5424 Revert "Add support to max-target-s to generate_hiddenapi_lists" by Ge Bian · 3 years, 6 months ago
  3. ad0ec2a Add support to max-target-s to generate_hiddenapi_lists by Narayan Kamath · 3 years, 9 months ago
  4. 7436a71 Merge "Updates test_config_fixer to also work for SuiteApkInstaller" by Treehugger Robot · 3 years, 6 months ago
  5. fe11851 Recursively list Android image contents. by Sasha Smundak · 3 years, 7 months ago
  6. 48a8f0d Updates test_config_fixer to also work for SuiteApkInstaller by Rahul Sabnis · 3 years, 6 months ago
  7. bd88c88 Remove implementation details from stub flags in sdk snapshot by Paul Duffin · 3 years, 6 months ago
  8. 0c12b78 Use named options for verify_overlaps by Paul Duffin · 3 years, 6 months ago
  9. 181b56c Cleanup verify_overlaps*.py by Paul Duffin · 3 years, 6 months ago
  10. b99d480 analyze_bcpf: Explain why a package is split/single by Paul Duffin · 3 years, 6 months ago
  11. ea836c2 analyze_bcpf: Indent multi-line text to improve formatting by Paul Duffin · 3 years, 6 months ago
  12. dbbb837 signature_trie: Avoid unnecessary wrapping and unwrapping of values by Paul Duffin · 3 years, 7 months ago
  13. de6a087 Revert "Revert "Build notice files from license metadata."" by Bob Badour · 3 years, 7 months ago
  14. 77807b3 Revert "Build notice files from license metadata." by Wei Sheng Shih · 3 years, 7 months ago
  15. 43c2dca Build notice files from license metadata. by Bob Badour · 3 years, 7 months ago
  16. 91dac89 Merge "analyze_bcpf: Compute hidden_api package properties" by Treehugger Robot · 3 years, 7 months ago
  17. 71350ea Merge "Always build mk2rbc/rbcrun" by Cole Faust · 3 years, 7 months ago
  18. dd97fd2 analyze_bcpf: Compute hidden_api package properties by Paul Duffin · 3 years, 8 months ago
  19. 26f1991 analyze_bcpf: Add --fix option by Paul Duffin · 3 years, 7 months ago
  20. 4dcf659 Add analyze_bcpf.py script to help manage bootclasspath_fragments by Paul Duffin · 3 years, 8 months ago
  21. d9932ad Always build mk2rbc/rbcrun by Cole Faust · 3 years, 7 months ago
  22. 1df464a Revert "Add a tool to list contents of .img file" by Jooyung Han · 3 years, 7 months ago
  23. b3a3a28 Add a tool to list contents of .img file by Jooyung Han · 3 years, 7 months ago
  24. 846beb7 Make bootclasspath_fragment hidden API package checks exhaustive by Paul Duffin · 3 years, 7 months ago
  25. 1024f1d Cleanup signature_patterns*.py by Paul Duffin · 3 years, 7 months ago
  26. 92532e7 Allow traversal over the trie structure by Paul Duffin · 3 years, 7 months ago
  27. ea93542 Switch signature_to_elements to use tuple by Paul Duffin · 3 years, 7 months ago
  28. 19255f1 Make signature_to_elements stricter and more consistent by Paul Duffin · 3 years, 7 months ago
  29. 1f8a6b2 Extract Node superclass of Leaf and InteriorNode by Paul Duffin · 3 years, 7 months ago
  30. b5cd522 Extract signature_trie.py from verify_overlaps.py by Paul Duffin · 3 years, 8 months ago
  31. b850f84 Generate soong.variables for ndk build by Anton Hansson · 3 years, 8 months ago
  32. 3a3f169 Add support for sdk extensions in prebuilt_apis by Anton Hansson · 3 years, 8 months ago
  33. 8fae311 Update rustfmt.toml to 2021 edition by Thiébaud Weksteen · 3 years, 8 months ago
  34. 8d47c48 Use soong's finder to find included makefiles in mk2rbc by Cole Faust · 3 years, 9 months ago
  35. 75d65f3 Add testOnly attribute to AndroidManifest file of apex_test by Gurpreet Singh · 3 years, 9 months ago
  36. 83bda94 Remove OWNERS for deleted build-mainline-modules.sh by satayev · 3 years, 10 months ago
  37. 035fba7 Remove unused build-mainline-modules.sh by satayev · 3 years, 10 months ago
  38. bc82ba5 Java used-by API list generation by sophiez · 3 years, 10 months ago
  39. 65a9815 Java used-by API list generation by sophiez · 3 years, 10 months ago
  40. 84bec80 Merge "Add jdk.internal.ref to package_allowed_list.txt (OpenJDK 11)" by Nikita Iashchenko · 3 years, 10 months ago
  41. 864028a Support passing input variables to the product configuration by Cole Faust · 3 years, 11 months ago
  42. c903f00 Remove python 2 support from manifest_utils by Cole Faust · 3 years, 11 months ago
  43. a4676f5 Add jdk.internal.ref to package_allowed_list.txt (OpenJDK 11) by Nikita Iashchenko · 4 years, 1 month ago
  44. 0174ae3 Account for "validations:" by Bob Badour · 3 years, 11 months ago
  45. c5eac1c Merge "Silence unpack-prebuilt-apex" by Anton Hansson · 3 years, 11 months ago
  46. ff2804e Silence unpack-prebuilt-apex by Anton Hansson · 3 years, 11 months ago
  47. 82b6e84 A script to update the file contents with the command output. by Sasha Smundak · 4 years ago
  48. 83742ea Merge "Revert "Include compos-module-sdk in the SDK build."" by Victor Hsieh · 4 years ago
  49. e4f0b0a Revert "Include compos-module-sdk in the SDK build." by Victor Hsieh · 4 years ago
  50. 7b5fa42 Merge "Java APIs used by Mainline modules." by Sophie Zheng · 4 years ago
  51. 0234737 Java APIs used by Mainline modules. by sophiez · 4 years ago
  52. 4220a61 Merge "Convert soong scripts to python 3" by Cole Faust · 4 years ago
  53. c41dd72 Convert soong scripts to python 3 by Cole Faust · 4 years ago
  54. 33b60e4 Merge "Revert "Add scripts to generate java APIs used by Mainline modules."" by Laura Tsai · 4 years ago
  55. be3c7ea Revert "Add scripts to generate java APIs used by Mainline modules." by Laura Tsai · 4 years ago
  56. 4bb0b7a Merge "Add scripts to generate java APIs used by Mainline modules." by Sophie Zheng · 4 years ago
  57. 7ab37e8 Merge "Fix location of host tools" by Treehugger Robot · 4 years ago
  58. c92380f Add scripts to generate java APIs used by Mainline modules. by sophiez · 4 years ago
  59. 6a4d3ba Fix location of host tools by Colin Cross · 4 years ago
  60. 943ac41 Collect generated rbc files under one folder by Cole Faust · 4 years ago
  61. 04bd17e Fix paths rbc-run uses to access the rbc tools. by Lukacs T. Berki · 4 years ago
  62. 90b4334 Remove the out/soong/.bootstrap directory. by Lukacs T. Berki · 4 years ago
  63. 31ec5a0 Merge "Adding jdk.internal in the allowed package list" by Treehugger Robot · 4 years ago
  64. 0888700 Merge "Make manifest_check errors colorful." by Treehugger Robot · 4 years ago
  65. b4c19f8 Make manifest_check errors colorful. by Ulya Trafimovich · 4 years ago
  66. ca4ab1a Adding jdk.internal in the allowed package list by Sorin Basca · 4 years ago
  67. 34d60c9 Use --skip-config --soong-only instead of --skip-make by Colin Cross · 4 years ago
  68. 7fe4cca Merge "Save all the detected native shared library backing by mainline modules." by Sophie Zheng · 4 years ago
  69. 9a6eabf Save all the detected native shared library backing by mainline modules. by sophiez · 4 years ago
  70. 5b817e6 Include compos-module-sdk in the SDK build. by Victor Hsieh · 4 years ago
  71. 811a1ae [get_clang_version] Make the version regex permissive by Pirama Arumuga Nainar · 4 years ago
  72. 1e18e98 Allow implementation details to be excluded from signature patterns file by Paul Duffin · 4 years, 2 months ago
  73. 6e06f91 Merge "OpenJDK 11: Adding jdk.internal.reflect to allowed package list" by Sorin Basca · 4 years ago
  74. 057828d Make rbc-run accept a makefile instead of a product by Cole Faust · 4 years ago
  75. 03c64c8 Fix script for package check to work on macOS by Jerome Gaillard · 4 years ago
  76. 87f33ea OpenJDK 11: Adding jdk.internal.reflect to allowed package list by Sorin Basca · 4 years, 1 month ago
  77. 1bb6d6a Adding jdk.internal.misc in the allowed packages by Sorin Basca · 4 years, 4 months ago
  78. 77cdde7 Merge "Fix statusfile used in dexpreopt" by Treehugger Robot · 4 years, 1 month ago
  79. 3d5cd4d Fix statusfile used in dexpreopt by Spandan Das · 4 years, 1 month ago
  80. 8e5feaa Make the script python3. by Christopher Ferris · 4 years, 1 month ago
  81. e168f15 Merge "Read LLVM version from $LLVM_PREBUILTS_VERSION if set." by Peter Collingbourne · 4 years, 1 month ago
  82. da513b1 Merge "Apply pylint to scripts/manifest_check*.py" by Treehugger Robot · 4 years, 1 month ago
  83. cbfbd64 Read LLVM version from $LLVM_PREBUILTS_VERSION if set. by Peter Collingbourne · 4 years, 1 month ago
  84. 96d5424 Merge "Apply pylint to check_boot_jars.py" by Spandan Das · 4 years, 1 month ago
  85. f880742 Apply pylint to scripts/manifest_check*.py by Spandan Das · 4 years, 2 months ago
  86. 15c1387 Add jdk.internal.math to package_allowed_list.txt (OpenJDK 11) by Nikita Iashchenko · 4 years, 1 month ago
  87. 2c0af22 Apply pylint to check_boot_jars.py by Spandan Das · 4 years, 2 months ago
  88. 0364846 Merge "Apply pylint to remaining scripts in hiddenapi" by Treehugger Robot · 4 years, 1 month ago
  89. deee92c Merge "Apply pylint to scripts/hiddenapi/verify_overlaps*" by Treehugger Robot · 4 years, 1 month ago
  90. 373fe3b Merge "Apply pylint to scripts/hiddenapi/generate_hiddenapi_lists*" by Treehugger Robot · 4 years, 1 month ago
  91. 559132f Apply pylint to scripts/hiddenapi/verify_overlaps* by Spandan Das · 4 years, 2 months ago
  92. cd989de Merge "Make this script use python3." by Christopher Ferris · 4 years, 2 months ago
  93. cce6d65 Make this script use python3. by Christopher Ferris · 4 years, 2 months ago
  94. 5edc77d Merge "Apply pylint to conv_linker_config.py" by Treehugger Robot · 4 years, 2 months ago
  95. 2c2219b Apply pylint to remaining scripts in hiddenapi by Spandan Das · 4 years, 2 months ago
  96. c2c31b1 Apply pylint to scripts/hiddenapi/generate_hiddenapi_lists* by Spandan Das · 4 years, 2 months ago
  97. 1d4bfd8 Apply pylint to conv_linker_config.py by Spandan Das · 4 years, 2 months ago
  98. ec555f1 Apply pylint to scripts/construct_context*.py by Spandan Das · 4 years, 2 months ago
  99. ca68c49 rust: doc: Zip up docs when done by Matthew Maurer · 4 years, 2 months ago
  100. 280bae6 Filter blocked entries from modular flag files by Paul Duffin · 4 years, 3 months ago