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