1. 107f92e Merge "Handle boot jars on /system_ext correctly." by Treehugger Robot · 4 years, 10 months ago
  2. 76f8838 Merge "Generate classpaths.proto config for *CLASSPATH variables." by satayev · 4 years, 10 months ago
  3. d9d1102 Merge "Rename hidden API types ..Augmentation.. to ..FlagFile.." by Paul Duffin · 4 years, 10 months ago
  4. bca75b1 Merge "Generalize hiddenAPIAugmentationInfo to make it easier to use" by Paul Duffin · 4 years, 10 months ago
  5. e736e13 Handle boot jars on /system_ext correctly. by Ulya Trafimovich · 4 years, 10 months ago
  6. 53d69eb Merge "Introduce NewApi lint checks" by Pedro Loureiro · 4 years, 10 months ago
  7. 4616977 Rename hidden API types ..Augmentation.. to ..FlagFile.. by Paul Duffin · 4 years, 10 months ago
  8. e3dc660 Generalize hiddenAPIAugmentationInfo to make it easier to use by Paul Duffin · 4 years, 10 months ago
  9. 85dee5d Move hidden API metadata file rule to platform_bootclasspath by Paul Duffin · 4 years, 10 months ago
  10. 22c7431 Move handling of prebuilt hiddenapi-index.csv to hiddenapi singleton by Paul Duffin · 4 years, 10 months ago
  11. 00b2bfd Move hidden API index file rule to platform_bootclasspath by Paul Duffin · 4 years, 10 months ago
  12. 08abf72 Merge "Ensure boot jar modules have been initialized properly for hidden API" by Paul Duffin · 4 years, 10 months ago
  13. 97259dc Generate classpaths.proto config for *CLASSPATH variables. by Artur Satayev · 4 years, 10 months ago
  14. f398995 Merge "SdkSpec is fully using ApiLevel" by Jiyong Park · 4 years, 10 months ago
  15. e9d2f9f Merge "Remove special case code for obsolete files" by Anton Hansson · 4 years, 10 months ago
  16. 1ba2467 Ensure boot jar modules have been initialized properly for hidden API by Paul Duffin · 4 years, 10 months ago
  17. 8f146b9 prebuilt_apex created ApexInfo must not include prebuilt_ prefix by Paul Duffin · 4 years, 10 months ago
  18. fa5e6b5 Remove special case code for obsolete files by Anton Hansson · 4 years, 10 months ago
  19. f4a88b1 Introduce NewApi lint checks by Pedro Loureiro · 5 years ago
  20. 60264a0 Improve realism of boot jar tests by Paul Duffin · 4 years, 10 months ago
  21. 0b65986 Support UNSAFE_DISABLE_HIDDENAPI_FLAGS in platform_bootclasspath by Paul Duffin · 4 years, 10 months ago
  22. 90b8ad3 Remove noop code from generateHiddenAPIBuildActions by Paul Duffin · 4 years, 10 months ago
  23. 99e4fc1 Merge "Remove unused hiddenapi_flags module type" by Paul Duffin · 4 years, 10 months ago
  24. db17351 Merge "Export monolithic hidden API files from platform_bootclasspath" by Paul Duffin · 4 years, 10 months ago
  25. eabf2c1 Introduce classpath_fragment.go. by Artur Satayev · 4 years, 10 months ago
  26. 082afbb Remove unused hiddenapi_flags module type by Paul Duffin · 4 years, 10 months ago
  27. 6a76645 Export monolithic hidden API files from platform_bootclasspath by Paul Duffin · 4 years, 10 months ago
  28. 702210b Move generation of global hidden API flags to platform_bootclasspath by Paul Duffin · 4 years, 10 months ago
  29. c6bb7cf Extract ruleToGenerateHiddenApiFlags by Paul Duffin · 4 years, 10 months ago
  30. 62d8c3b Allow platform_bootclasspath to specify contributing fragments by Paul Duffin · 4 years, 10 months ago
  31. b432df9 Add dependencies from platform_bootclasspath to contents by Paul Duffin · 4 years, 11 months ago
  32. f247ff7 Merge "Fix bug in sdk_library string matching" by Anton Hansson · 4 years, 10 months ago
  33. 9231537 SdkSpec is fully using ApiLevel by Jiyong Park · 4 years, 10 months ago
  34. 5bdc83c Merge "Update build to new location of hiddenapi config files" by Paul Duffin · 4 years, 10 months ago
  35. 08f476b Fix bug in sdk_library string matching by Anton Hansson · 4 years, 10 months ago
  36. 4896da1 Merge "Remove hidden API special handling of android.test.base" by Paul Duffin · 4 years, 10 months ago
  37. 9537d59 Merge "Update soong for new lint version" by Pedro Loureiro · 4 years, 10 months ago
  38. b5933f6 Remove hidden API special handling of android.test.base by Paul Duffin · 4 years, 10 months ago
  39. de21202 Merge changes I45274836,I47268b81 by Paul Duffin · 4 years, 10 months ago
  40. 27d2206 Merge "Make lint HTML output deterministic" by Treehugger Robot · 4 years, 10 months ago
  41. 864116c Add PrebuiltNameFromSource by Paul Duffin · 4 years, 10 months ago
  42. e1d3837 Add IsModulePreferred by Paul Duffin · 4 years, 10 months ago
  43. 4238c5f Merge "Set the usesNonSdk manifest attribute whan targeting module SDKs." by Treehugger Robot · 4 years, 10 months ago
  44. 70acc3d Update soong for new lint version by Pedro Loureiro · 4 years, 10 months ago
  45. aa73ae5 Update build to new location of hiddenapi config files by Paul Duffin · 4 years, 10 months ago
  46. 8c56183 Merge changes Id33bf640,I4d67b9b9 by Treehugger Robot · 4 years, 10 months ago
  47. ee4a8b7 Make lint HTML output deterministic by Colin Cross · 4 years, 10 months ago
  48. 7fef94f Merge "Remove support for unsandboxed metalava" by Colin Cross · 4 years, 10 months ago
  49. fa9b3f3 Set the usesNonSdk manifest attribute whan targeting module SDKs. by Lorenzo Colitti · 4 years, 10 months ago
  50. 54105c4 SdkSpec = Scope + ApiLevel by Jiyong Park · 4 years, 10 months ago
  51. f1691d2 Move java.sdkSpec to the android package by Jiyong Park · 4 years, 10 months ago
  52. d0afefa Merge "Revert "Revert "Add min_sdk_version to java_import.""" by Jaewoong Jung · 4 years, 10 months ago
  53. 2fbc234 Merge "Silence kotlinc JDK9 warnings" by Colin Cross · 4 years, 10 months ago
  54. 56e12db Revert "Revert "Add min_sdk_version to java_import."" by Jaewoong Jung · 4 years, 10 months ago
  55. cb05715 Merge "Remove tradefed static_lib heuristic" by Julien Desprez · 4 years, 10 months ago
  56. 37a5d5e Merge "Revert "Add min_sdk_version to java_import."" by Jaewoong Jung · 4 years, 10 months ago
  57. 5ab6508 Revert "Add min_sdk_version to java_import." by Jaewoong Jung · 4 years, 10 months ago
  58. 51a0d85 Merge "Add min_sdk_version to java_import." by Jaewoong Jung · 4 years, 10 months ago
  59. 379f36b Merge changes Idc01d3cc,I644db99c by Paul Duffin · 4 years, 10 months ago
  60. 79abe57 Remove FixturePreparer.Extend() by Paul Duffin · 4 years, 10 months ago
  61. 6d15d63 Add min_sdk_version to java_import. by Jaewoong Jung · 4 years, 10 months ago
  62. bb7f1ac Add a new platform_bootclasspath module type by Paul Duffin · 4 years, 10 months ago
  63. 4aa7faf Merge "Remove unused java testing methods" by Paul Duffin · 4 years, 10 months ago
  64. 8095c29 Remove support for unsandboxed metalava by Colin Cross · 4 years, 10 months ago
  65. d47f4ac Silence kotlinc JDK9 warnings by Colin Cross · 4 years, 11 months ago
  66. 535e0a1 Remove unused java testing methods by Paul Duffin · 4 years, 10 months ago
  67. 55e740e Remove varargs from RunTest(t *testing.T) by Paul Duffin · 4 years, 10 months ago
  68. 8b6378b Merge "Default metalava sandboxing to true" by Colin Cross · 4 years, 10 months ago
  69. dff50df Merge "Remove extraneous calls to TestingBuildParams.RelativeToTop()" by Paul Duffin · 4 years, 10 months ago
  70. ff1c8c4 Merge changes I866850b3,I9022d17b by Colin Cross · 4 years, 10 months ago
  71. a71a67a Remove extraneous calls to TestingBuildParams.RelativeToTop() by Paul Duffin · 4 years, 10 months ago
  72. e8366da Automatically call TestingBuildParams.RelativeToTop() by Paul Duffin · 4 years, 11 months ago
  73. 87d3bae Merge "Migrate system_modules_test.go from NormalizePathsForTesting" by Paul Duffin · 4 years, 10 months ago
  74. 5836757 Merge "Add the transitive dependencies of boot_image to apex" by Paul Duffin · 4 years, 10 months ago
  75. 8d3c44a Merge "Add contents property to boot_image (and prebuilt_boot_image)" by Paul Duffin · 4 years, 10 months ago
  76. 3fbf2be Default metalava sandboxing to true by Colin Cross · 4 years, 11 months ago
  77. 5f6ffc7 Add dependencies for Metalava's implicit android.jar references by Colin Cross · 4 years, 10 months ago
  78. 16e6aee Merge "Add dependencies for art boot_image" by Paul Duffin · 4 years, 10 months ago
  79. 29888b1 Migrate system_modules_test.go from NormalizePathsForTesting by Paul Duffin · 4 years, 10 months ago
  80. f682410 Merge "Don't enforce <uses-library> checks if dexpreopt for apps is disabled." by Ulyana Trafimovich · 4 years, 10 months ago
  81. 4d101b6 Add the transitive dependencies of boot_image to apex by Paul Duffin · 4 years, 11 months ago
  82. 82886d6 Add contents property to boot_image (and prebuilt_boot_image) by Paul Duffin · 4 years, 11 months ago
  83. c7ef989 Add dependencies for art boot_image by Paul Duffin · 4 years, 11 months ago
  84. 39dd0a4 Don't enforce <uses-library> checks if dexpreopt for apps is disabled. by Ulya Trafimovich · 4 years, 10 months ago
  85. 4b64ba0 Add bootclasspath_fragment as an alias for boot_image by Paul Duffin · 4 years, 10 months ago
  86. 837486d Convert java/boot_image_test.go to test fixtures by Paul Duffin · 4 years, 11 months ago
  87. 64be7bb Change type of Image_name from string to *string by Paul Duffin · 4 years, 11 months ago
  88. 045ed0f Merge changes I71a83e3a,I66101c0c,Ie387c8c4,Iea742e75 by Colin Cross · 4 years, 11 months ago
  89. bc13992 Support sandboxing droiddoc and droidstubs with args properties by Colin Cross · 4 years, 11 months ago
  90. ba5fff8 Merge changes Ie8721dcd,If1827b9d,Iec250a2d,I3f46f611,Idf136919, ... by Colin Cross · 4 years, 11 months ago
  91. 6aa5c40 Strengthen metalava sandbox support using sbox by Colin Cross · 4 years, 11 months ago
  92. cb77f75 Move metalava's output files into a subdirectory by Colin Cross · 4 years, 11 months ago
  93. 0d53241 Fix lint warnings in droidstubs.go by Colin Cross · 4 years, 11 months ago
  94. 2207f87 Split droidstubs out of droiddoc.go by Colin Cross · 4 years, 11 months ago
  95. f329307 Merge "Filter duplicate modules in platform_compat_config_singleton" by Paul Duffin · 4 years, 11 months ago
  96. 7ee54ff Replace ANDROID_SDK_HOME with ANDROID_PREFS_ROOT for metalava by Colin Cross · 4 years, 11 months ago
  97. 5bedfa2 Simplify lint rules using improved RuleBuilder rsp support by Colin Cross · 4 years, 11 months ago
  98. ce3a51d Support multiple rsp files in RuleBuilder by Colin Cross · 4 years, 11 months ago
  99. a4eafdd Support multiple rsp files in REParams by Colin Cross · 4 years, 11 months ago
  100. 6c968b1 Merge "Fix TestDroiddoc's reliance on absolute paths" by Paul Duffin · 4 years, 11 months ago