1. 9dfb139 convert android_app certificate property, bp2build by Sam Delmerico · 4 years ago
  2. 0653057 Add support for excluding libraries from class loader contexts by Paul Duffin · 4 years ago
  3. e8acade Use common java library attributes for android_app bp2build converter. by Romain Jobredeaux · 4 years ago
  4. f49ca9e Merge "Revert "Revert "Add static_libs support to android_app bp2build converter.""" by Romain Jobredeaux · 4 years ago
  5. 355851b Revert "Revert "Add static_libs support to android_app bp2build converter."" by Romain Jobredeaux · 4 years, 1 month ago
  6. 8a9a97b Merge "Revert "Add static_libs support to android_app bp2build converter."" by Romain Jobredeaux · 4 years, 1 month ago
  7. b33e0b8 Revert "Add static_libs support to android_app bp2build converter." by Romain Jobredeaux · 4 years, 1 month ago
  8. 2443144 Merge "Add static_libs support to android_app bp2build converter." by Romain Jobredeaux · 4 years, 1 month ago
  9. 01d80d8 Make android_app.stem overridable by Jooyung Han · 4 years, 1 month ago
  10. 29e2f6d Use 'stem' to override APK name by Jooyung Han · 4 years, 1 month ago
  11. de722ac Add static_libs support to android_app bp2build converter. by Romain Jobredeaux · 4 years, 2 months ago
  12. c68db4b Remove InstallBypassMake and ToMakePath by Colin Cross · 4 years, 3 months ago
  13. be46fcc Use one mutator for all bp2build conversion. by Liz Kammer · 4 years, 3 months ago
  14. 4526269 Merge "Initial bp2build converter for android_app." by Romain Jobredeaux · 4 years, 2 months ago
  15. 1282c42 Initial bp2build converter for android_app. by Romain Jobredeaux · 4 years, 3 months ago
  16. b3fd411 Add ModuleWithMinSdkVersionCheck type. by satayev · 4 years, 2 months ago
  17. fa9bfcd Honor PreventInstall for APKs and dexpreopt files by Colin Cross · 4 years, 3 months ago
  18. 1d0eb7a Fix ctx.InstallFile calls for java modules by Colin Cross · 4 years, 3 months ago
  19. 447f6c9 Bp2Build common properties auto-handling by Alex Márquez Pérez Muñíz Díaz Púras Thaureaux · 4 years, 5 months ago
  20. cfb0f5e Support per-testcase directories in all test suites by Colin Cross · 4 years, 4 months ago
  21. 8be1e6d Propagate the dex jar path as an OptionalPath which is either valid or by Martin Stjernholm · 4 years, 5 months ago
  22. 64cb7c9 Fix panic when a module has an invalid output path by Cole Faust · 4 years, 5 months ago
  23. 0b1c70e Don't add `uses_libs`/`optional_uses_libs` to the manifest_fixer. by Ulya Trafimovich · 4 years, 6 months ago
  24. 2ada09a Don't create a new module for bp2build conversion. by Liz Kammer · 4 years, 6 months ago
  25. fc0f6e3 Fix the way manifest fixer detects optional <uses-library> entries. by Ulya Trafimovich · 4 years, 6 months ago
  26. 5c4881c Add initial bp2build support for converting android_app_certificate modules. by Rupert Shuttleworth · 4 years, 6 months ago
  27. 6e4950a Add some more properties to the bp2build APEX converter (second try) by Rupert Shuttleworth · 4 years, 6 months ago
  28. 0358478 Revert "Add some more properties to the bp2build APEX converter." by Rupert Shuttleworth · 4 years, 6 months ago
  29. 69bf4c0 Add some more properties to the bp2build APEX converter. by Rupert Shuttleworth · 4 years, 6 months ago
  30. 840efb6 Don't attempt to add stub libraries to class loader context. by Ulya Trafimovich · 4 years, 7 months ago
  31. e14f80b Fix handling of "prebuilt_" prefix in classLoaderContextForUsesLibDeps. by Ulya Trafimovich · 4 years, 7 months ago
  32. 2444671 Refactor function to reduce nestedness level. No functional changes. by Ulya Trafimovich · 4 years, 7 months ago
  33. 4b073cd dexpreopt.config should be created even though unbundled image is built by Jeongik Cha · 4 years, 8 months ago
  34. d7586b6 Refactor vendor snapshot to use LinkableInterface. by Ivan Lozano · 4 years, 10 months ago
  35. 9231537 SdkSpec is fully using ApiLevel by Jiyong Park · 4 years, 10 months ago
  36. 4238c5f Merge "Set the usesNonSdk manifest attribute whan targeting module SDKs." by Treehugger Robot · 4 years, 10 months ago
  37. fa9b3f3 Set the usesNonSdk manifest attribute whan targeting module SDKs. by Lorenzo Colitti · 4 years, 10 months ago
  38. 54105c4 SdkSpec = Scope + ApiLevel by Jiyong Park · 4 years, 10 months ago
  39. f1691d2 Move java.sdkSpec to the android package by Jiyong Park · 4 years, 10 months ago
  40. 39dd0a4 Don't enforce <uses-library> checks if dexpreopt for apps is disabled. by Ulya Trafimovich · 4 years, 10 months ago
  41. 9f315de Merge "Improve java.go readability." by Jaewoong Jung · 4 years, 11 months ago
  42. a76d660 Don't depend on nonexistent manifest when manifest_check is disabled. by Ulya Trafimovich · 4 years, 11 months ago
  43. bc15e3a Improve java.go readability. by Jaewoong Jung · 5 years ago
  44. 0aba252 Reimplement verify_uses_libraries.sh in manifest_check.py. by Ulya Trafimovich · 5 years ago
  45. 533b98c Don't track modules that are only available to APEXes. by Artur Satayev · 5 years ago
  46. 1c1b6e6 Lineage properties support module references. by Jaewoong Jung · 5 years ago
  47. 6e55ef1 Disable verify_uses_libraries check if dexpreopt is globally disabled. by Ulya Trafimovich · 5 years ago
  48. ae5cdff Merge "Respect `provides_uses_lib` for modules added via `[optional_]uses_libs`" by Ulyana Trafimovich · 5 years ago
  49. eea486a Respect `provides_uses_lib` for modules added via `[optional_]uses_libs` by Ulya Trafimovich · 5 years ago
  50. b014f07 Propagate java resources in apps with no code by Colin Cross · 5 years ago
  51. 8431282 Fix the releax_check flag format verb. by Jaewoong Jung · 5 years ago
  52. 8c35fcf Add non-fatal mode for verify_uses_libraries check. by Ulya Trafimovich · 5 years ago
  53. 76b0852 Write module dexpreopt.config for Make. by Ulya Trafimovich · 5 years ago
  54. 53230fe Merge "Remove obsolete class loader context API and update unit tests." by Ulyana Trafimovich · 5 years ago
  55. 7bc1cf5 Remove obsolete class loader context API and update unit tests. by Ulya Trafimovich · 5 years ago
  56. 22890c4 Enforce <uses-library> checks for android_app and android_app_import. by Ulya Trafimovich · 5 years ago
  57. 8bfb63c Merge "Break up app.go." by Jaewoong Jung · 5 years ago
  58. b630c37 Merge changes I6a512209,I56437f26 by Ulyana Trafimovich · 5 years ago
  59. f9b4465 Break up app.go. by Jaewoong Jung · 5 years ago
  60. 4b97a56 Remove the return value from dexpreopt by Jaewoong Jung · 5 years ago
  61. dbf3166 Move ClassLoaderContexts() method to UsesLibraryDependency interface. by Ulya Trafimovich · 5 years ago
  62. 45bf82e Assert android.ApexModule interface for types having ApexModuleBase by Jiyong Park · 5 years ago
  63. 84f1b80 No matching variant android_app_import fix by Jaewoong Jung · 5 years ago
  64. f1a035e Pass pctx and ctx to NewRuleBuilder by Colin Cross · 5 years ago
  65. 78a7155 Assume any <uses-library> is shared, add only toplevel ones to manifest. by Ulya Trafimovich · 5 years ago
  66. 95f1ca0 Store ndkKnownLibs in the config by Colin Cross · 5 years ago
  67. b23d28c Rename fields and methods to reflect class loader context changes. by Ulya Trafimovich · 5 years ago
  68. a8c28e2 Do not add dependencies of shared SDK libraries to manifest_fixer. by Ulya Trafimovich · 5 years ago
  69. 1855424 Add nested class loader subcontext at the proper hierarchy level. by Ulya Trafimovich · 5 years ago
  70. 8cbc5d2 Rework class loader context implementation. by Ulya Trafimovich · 5 years ago
  71. b521811 Add separate dependency tags for compat libs based on SDK version. by Ulya Trafimovich · 5 years ago
  72. 9ebc22c Merge changes Ieeca3c39,Iddeea2d0,I8d66a5d3 by Colin Cross · 5 years ago
  73. 19bc60a Merge "Add config.AndroidFirstDeviceTarget." by Jaewoong Jung · 5 years ago
  74. 642916f Add config.AndroidFirstDeviceTarget. by Jaewoong Jung · 5 years ago
  75. de78d13 Replace jniDependencyTag with a value by Colin Cross · 5 years ago
  76. 56a8321 Remove global state from apex modules by Colin Cross · 5 years ago
  77. 4f6eebf Merge changes I0885e493,Ic37c8db9 by Treehugger Robot · 5 years ago
  78. 1613e55 HostCross is an attribute of a Target, not OsType by Jiyong Park · 5 years ago
  79. 4f378d7 Convert more versions in config to ApiLevel. by Dan Albert · 6 years ago
  80. c806053 Replace ApiStrToNum uses with ApiLevel. by Dan Albert · 6 years ago
  81. 663dc53 Consistently use default install path for compatibility <uses-library>. by Ulya Trafimovich · 5 years ago
  82. 80dc4f1 Merge "Merge Android R" by Xin Li · 5 years ago
  83. 54027b5 Replace `is_uses_lib` property with `provides_uses_lib`. by Ulya Trafimovich · 5 years ago
  84. 0f13eff Merge "Be more strict about unknown install <uses-library> paths." am: 117a5ef307 by Ulyana Trafimovich · 5 years ago
  85. 045e11a Be more strict about unknown install <uses-library> paths. by Ulya Trafimovich · 5 years ago
  86. 99bd329 Merge "Allow non-SDK Java libraries to masquerade as <uses-library>." am: bb3467d297 by Ulyana Trafimovich · 5 years ago
  87. 21a7375 Allow non-SDK Java libraries to masquerade as <uses-library>. by Ulya Trafimovich · 5 years ago
  88. 65cb5c6 Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709) by Xin Li · 5 years ago
  89. fc24ad3 Propagate transitive SDK Java library dependencies to dexpreopt. by Ulya Trafimovich · 5 years ago
  90. ec7a91f Merge "Add extra_test_configs option" by Treehugger Robot · 5 years ago
  91. 9ce2221 Merge "Collect paths to transitive SDK Java library dependencies." by Ulyana Trafimovich · 5 years ago
  92. 95d1942 Add extra_test_configs option by Dan Shi · 5 years ago
  93. 31e444e Collect paths to transitive SDK Java library dependencies. by Ulya Trafimovich · 5 years ago
  94. 72ce814 Merge "Add a tagged output for app's exportPackage" by Anton Hansson · 5 years ago
  95. 092aca4 Add a tagged output for app's exportPackage by Anton Hansson · 5 years ago
  96. a24b9de Merge changes I02fb745a,Iccc96c0d by Colin Cross · 5 years ago
  97. 2eddd06 Merge "Add libraryDependencyTag to track dependencies on static and shared libraries" by Colin Cross · 5 years ago
  98. 9eb51fc Merge "Refactor java compileDex" by Liz Kammer · 5 years ago
  99. a7a64f3 Refactor java compileDex by Liz Kammer · 6 years ago
  100. f0913fb Follow all shared library dependencies when collecting JNI libraries by Colin Cross · 6 years ago