1. 098c878 Make hidden API handle jacoco-stubs consistently by Paul Duffin · 4 years, 3 months ago
  2. 34827d4 Use java_sdk_library in bootclasspath_fragment contents as stubs by Paul Duffin · 4 years, 3 months ago
  3. dfa1083 Validate monolithic and modular hidden API flags are consistent by Paul Duffin · 4 years, 3 months ago
  4. 2fef136 Generate hidden API flags for a bootclasspath_fragment by Paul Duffin · 4 years, 4 months ago
  5. 001e606 Populate hiddenAPI structure even when not active by Paul Duffin · 4 years, 3 months ago
  6. f4600f6 Disallow shared libraries in bootclasspath_fragment contents by Paul Duffin · 4 years, 3 months ago
  7. 0589914 Merge "syntax check to jacoco filters for any build" by Yuntao Xu · 4 years, 3 months ago
  8. ef0439d Merge "Soong: check if lndk is needed for apex build" by Treehugger Robot · 4 years, 3 months ago
  9. ec28587 Soong: check if lndk is needed for apex build by Zhijun He · 4 years, 3 months ago
  10. a10bd3c Add java_sdk_library in bootclasspath_fragment contents to sdk by Paul Duffin · 4 years, 3 months ago
  11. 5b009ae syntax check to jacoco filters for any build by Yuntao Xu · 4 years, 3 months ago
  12. 17ccf26 Merge "Add support for converting OptionalPath to Paths" by Paul Duffin · 4 years, 3 months ago
  13. 4bbf45f Merge "Build boot images in bootclasspath_fragment/platform_bootclasspath" by Paul Duffin · 4 years, 3 months ago
  14. 820397d Merge "Add support for SOONG_SDK_SNAPSHOT_USE_SRCJAR" by Treehugger Robot · 4 years, 3 months ago
  15. f356e5a Merge "Separate storing config for MakeVars from building boot image" by Paul Duffin · 4 years, 3 months ago
  16. 7dbfe7c Merge "Make hidden API bootclasspath_fragment test more realistic" by Paul Duffin · 4 years, 3 months ago
  17. ccfd7fc Merge "bp2build: build //external/scudo/..." by Jingwen Chen · 4 years, 3 months ago
  18. ef08185 Add support for converting OptionalPath to Paths by Paul Duffin · 4 years, 3 months ago
  19. 475daaf Make hidden API bootclasspath_fragment test more realistic by Paul Duffin · 4 years, 3 months ago
  20. cfd24da Merge "Move copying of dex files from dexpreopt_bootjars singleton" by Paul Duffin · 4 years, 3 months ago
  21. 1d35a87 Merge "bp2build: export some cc toolchain flags into Starlark." by Jingwen Chen · 4 years, 3 months ago
  22. c75bf68 Merge "Move markPlatformAvailability mutator before apexMutator" by Paul Duffin · 4 years, 3 months ago
  23. 9896b34 Merge "Allow module types to force creation of a default APEX variant" by Paul Duffin · 4 years, 3 months ago
  24. 75be1ca bp2build: build //external/scudo/... by Jingwen Chen · 4 years, 3 months ago
  25. bf61afb bp2build: export some cc toolchain flags into Starlark. by Jingwen Chen · 4 years, 3 months ago
  26. 22628d5 Add support for SOONG_SDK_SNAPSHOT_USE_SRCJAR by Paul Duffin · 4 years, 3 months ago
  27. 015a0af Merge changes I2729001d,Ife5d2193 by Treehugger Robot · 4 years, 3 months ago
  28. 2fc82ad Build boot images in bootclasspath_fragment/platform_bootclasspath by Paul Duffin · 4 years, 3 months ago
  29. 4793293 Separate storing config for MakeVars from building boot image by Paul Duffin · 4 years, 3 months ago
  30. 7ebebfd Move copying of dex files from dexpreopt_bootjars singleton by Paul Duffin · 4 years, 3 months ago
  31. 7ce2dee Merge "Refactor vendor snapshot to use LinkableInterface." by Ivan Lozano · 4 years, 3 months ago
  32. 52c7ae1 Merge "Always call SetMode in soong_zip" by Colin Cross · 4 years, 3 months ago
  33. a412c74 Merge "Implement configured version_script." by Lukács T. Berki · 4 years, 3 months ago
  34. d7586b6 Refactor vendor snapshot to use LinkableInterface. by Ivan Lozano · 4 years, 4 months ago
  35. 28bf7ee Move markPlatformAvailability mutator before apexMutator by Paul Duffin · 4 years, 3 months ago
  36. b5769c1 Allow module types to force creation of a default APEX variant by Paul Duffin · 4 years, 3 months ago
  37. c8aeb00 Merge "Add package module to sdk snapshot that contains licenses" by Paul Duffin · 4 years, 3 months ago
  38. 62fb743 Merge "Add license modules to the sdk" by Paul Duffin · 4 years, 3 months ago
  39. fffd98f Merge "Switch Effective_license_text from []string to Paths" by Paul Duffin · 4 years, 3 months ago
  40. 12f5d04 Merge "Move license module processing to GenerateAndroidBuildActions" by Paul Duffin · 4 years, 3 months ago
  41. 0d62615 Merge "Add baseline test for license with sdk" by Paul Duffin · 4 years, 3 months ago
  42. 3950cd6 bp2build: remove libc_tzcode from denylist. by Jingwen Chen · 4 years, 3 months ago
  43. 56bb083 Implement configured version_script. by Lukacs T. Berki · 4 years, 3 months ago
  44. b9ebb7d Merge "Make @soong_injection usable in standalone builds." by Lukács T. Berki · 4 years, 3 months ago
  45. e070c3a Always call SetMode in soong_zip by Colin Cross · 4 years, 3 months ago
  46. 89733a4 Merge "Support LOCAL_ENFORCE_USES_LIBRARIES in androidmk" by Yuntao Xu · 4 years, 3 months ago
  47. c97761e Support LOCAL_ENFORCE_USES_LIBRARIES in androidmk by Yuntao Xu · 4 years, 3 months ago
  48. 77f7c44 packaging: install/package deps if not marked IsHideFromMake by Jooyung Han · 4 years, 3 months ago
  49. 4dac387 Merge "Use SHT_RELR relocations where possible." by Elliott Hughes · 4 years, 3 months ago
  50. ccbbeb6 Merge "Strict updatability linting against dependencies." by Jaewoong Jung · 4 years, 3 months ago
  51. 3069dd9 Make @soong_injection usable in standalone builds. by Lukacs T. Berki · 4 years, 3 months ago
  52. ed00a40 Merge "Output machine-readable file with all soong keywords." by Andrew Walbran · 4 years, 3 months ago
  53. a556647 Merge "Generate empty classpaths.proto for bootclasspath_fragment.go." by Treehugger Robot · 4 years, 3 months ago
  54. 75bba11 Output machine-readable file with all soong keywords. by Andrew Walbran · 4 years, 3 months ago
  55. 3db3547 Generate empty classpaths.proto for bootclasspath_fragment.go. by satayev · 4 years, 3 months ago
  56. 7b6d059 Merge "Move conv_classpaths.proto to packages/modules/common." by satayev · 4 years, 3 months ago
  57. 6213170 Add package module to sdk snapshot that contains licenses by Paul Duffin · 4 years, 3 months ago
  58. b0bb376 Add license modules to the sdk by Paul Duffin · 4 years, 3 months ago
  59. ec0836a Switch Effective_license_text from []string to Paths by Paul Duffin · 4 years, 3 months ago
  60. df5a905 Move license module processing to GenerateAndroidBuildActions by Paul Duffin · 4 years, 3 months ago
  61. e96108d Add baseline test for license with sdk by Paul Duffin · 4 years, 3 months ago
  62. 05f8689 Merge "Add support for name-less modules and property comments" by Paul Duffin · 4 years, 3 months ago
  63. bea70fb Merge "Allow an sdk member type not to provide a bp property" by Paul Duffin · 4 years, 3 months ago
  64. f08e7c4 Merge "Allow sdk snapshot to contain source module type" by Paul Duffin · 4 years, 3 months ago
  65. 9a59e70 Merge "Move setting of prefer to createMemberSnapshot" by Paul Duffin · 4 years, 3 months ago
  66. 9c9a069 Merge "Fix typo caused by incorrect git merge." by Lukács T. Berki · 4 years, 3 months ago
  67. df09d17 Generate linker config with packaged items. by Jooyung Han · 4 years, 3 months ago
  68. 0df4968 Add support for name-less modules and property comments by Paul Duffin · 4 years, 3 months ago
  69. 1308205 Allow an sdk member type not to provide a bp property by Paul Duffin · 4 years, 3 months ago
  70. 0d4ed0a Allow sdk snapshot to contain source module type by Paul Duffin · 4 years, 3 months ago
  71. b00df8c Merge "Store real number of records in regular end record when possible" by Colin Cross · 4 years, 3 months ago
  72. 83ad956 Move setting of prefer to createMemberSnapshot by Paul Duffin · 4 years, 3 months ago
  73. 3b413d3 Fix typo caused by incorrect git merge. by Rupert Shuttleworth · 4 years, 3 months ago
  74. 476b9d6 Strict updatability linting against dependencies. by Jaewoong Jung · 4 years, 3 months ago
  75. 0864831 Handle cc_library shared/static only properties by Chris Parsons · 4 years, 3 months ago
  76. d856116 Merge "Generalize deapexer module to export any files" by Paul Duffin · 4 years, 3 months ago
  77. 9f361c3 Merge "Simplify prebuilt_apex/apex_set common properties" by Paul Duffin · 4 years, 3 months ago
  78. eeec6bd Merge "Derive deapexer module properties from transitive dependencies" by Paul Duffin · 4 years, 3 months ago
  79. b60def6 Merge "Move creation of deapexer modules to separate mutator" by Paul Duffin · 4 years, 3 months ago
  80. 3bae068 Generalize deapexer module to export any files by Paul Duffin · 4 years, 3 months ago
  81. 73c7b85 Move conv_classpaths.proto to packages/modules/common. by satayev · 4 years, 3 months ago
  82. bb0dc13 Simplify prebuilt_apex/apex_set common properties by Paul Duffin · 4 years, 3 months ago
  83. 57f8359 Derive deapexer module properties from transitive dependencies by Paul Duffin · 4 years, 3 months ago
  84. 5dda3e3 Move creation of deapexer modules to separate mutator by Paul Duffin · 4 years, 3 months ago
  85. e8f13bb Merge "Add temporary workaround for pack_relocations linker flag conversion for bp2build." by Rupert Shuttleworth · 4 years, 3 months ago
  86. 143be94 Add temporary workaround for pack_relocations linker flag conversion for bp2build. by Rupert Shuttleworth · 4 years, 3 months ago
  87. 4d0ee38 Merge "Add SOONG_SDK_SNAPSHOT_PREFER support" by Paul Duffin · 4 years, 3 months ago
  88. c50fa8d Add support for shared_libs in cc_library targets. by Rupert Shuttleworth · 4 years, 3 months ago
  89. 564fce4 Merge "Rename fields in dexpreopt config" by Treehugger Robot · 4 years, 3 months ago
  90. 06eea2c Store real number of records in regular end record when possible by Colin Cross · 4 years, 3 months ago
  91. ee7e359 Merge "Declare ConfiguredJarList in specific fragment implementations." by satayev · 4 years, 3 months ago
  92. 8df4b3d Use SHT_RELR relocations where possible. by Elliott Hughes · 4 years, 4 months ago
  93. 3b755d4 Merge "Split SYSTEMSERVERCLASSPATH entries from platform_bootclasspath." by Treehugger Robot · 4 years, 3 months ago
  94. aa4c712 Merge "Remove most of the remaining references to gccCmd." by Elliott Hughes · 4 years, 3 months ago
  95. 2e0436c Merge "Remove unused parts of the strip implementation." by Elliott Hughes · 4 years, 3 months ago
  96. 013485b Declare ConfiguredJarList in specific fragment implementations. by satayev · 4 years, 3 months ago
  97. 225e4db Merge "Install updatable-bcp-packages.txt and boot-image.bprof" by Paul Duffin · 4 years, 3 months ago
  98. 64fb526 Add SOONG_SDK_SNAPSHOT_PREFER support by Paul Duffin · 4 years, 3 months ago
  99. 320055e Merge "Stop exporting java_sdk_library libs in the snapshot" by Paul Duffin · 4 years, 3 months ago
  100. a596909 Rename fields in dexpreopt config by Jeongik Cha · 4 years, 3 months ago