1. dbd814d Fix genrule tool dependencies when a prebuilt tool is preferred. by Martin Stjernholm · 3 years ago
  2. 851a327 Use Module.GetProperties() instead of ModuleBase.generalProperties by Usta · 3 years ago
  3. dca0219 Remove customizableProperties from `android.ModuleBase` by Usta · 3 years, 1 month ago
  4. e65c3ae Fix prebuilt selection logic for cc_prebuilt_library_headers. by Martin Stjernholm · 3 years, 2 months ago
  5. 25a69de Improve the error when srcs field has the wrong type. by Martin Stjernholm · 3 years, 4 months ago
  6. 0c52c7b Choose prebuilt or source via an Soong config variable by Paul Duffin · 3 years, 6 months ago
  7. 69d6413 Make prebuilt properties customizable by Liz Kammer · 3 years, 7 months ago
  8. f7c99f5 Add GetEmbeddedPrebuilt and IsModulePrebuilt by Paul Duffin · 3 years, 9 months ago
  9. fb545bf Make sure prebuilt modules are exported before attempting to use them by LuK1337 · 4 years ago
  10. 56dc66e Stop deapexer module type from being treated as a prebuilt by Paul Duffin · 3 years, 10 months ago
  11. 864116c Add PrebuiltNameFromSource by Paul Duffin · 3 years, 9 months ago
  12. e1d3837 Add IsModulePreferred by Paul Duffin · 3 years, 9 months ago
  13. 6158dfe Remove obsolete comment on PrebuiltPostDepsMutator by Jaewoong Jung · 3 years, 10 months ago
  14. c04fb9e Remove deapexer and prebuilt apex select mutators by Paul Duffin · 3 years, 10 months ago
  15. a9c8c9f Call ctx.InstallFile for uninstallable cc modules by Colin Cross · 4 years, 1 month ago
  16. d23c726 Add RemoveOptionalPrebuiltPrefix() helper function by Paul Duffin · 4 years, 1 month ago
  17. 729c0bd Prebuilt is enabled even if the source one is not. by Jaewoong Jung · 4 years, 1 month ago
  18. 84f1b80 No matching variant android_app_import fix by Jaewoong Jung · 4 years, 1 month ago
  19. 2080bfe Support asan/hwasan versions of prebuilts. by Evgenii Stepanov · 4 years, 6 months ago
  20. 5ca3a62 Add hidden_api for java_import by Liz Kammer · 4 years, 5 months ago
  21. f467732 Do not consider disabled prebuilt variants. by Martin Stjernholm · 4 years, 6 months ago
  22. 6ffbe57 Revert "Do not consider disabled prebuilt variants." by Charles Chen · 4 years, 6 months ago
  23. 235e2fd Do not consider disabled prebuilt variants. by Martin Stjernholm · 4 years, 6 months ago
  24. 80342d7 Restrict replacements of source dependencies with prebuilts by Paul Duffin · 4 years, 7 months ago
  25. 009a9dc Fall back to the source module for variants that the corresponding by Martin Stjernholm · 4 years, 10 months ago
  26. 38b5785 java_sdk_library_import: Propagate prefer to child modules by Paul Duffin · 4 years, 8 months ago
  27. dddd546 Ignore PrebuiltDepTag when processing APEX contents by Paul Duffin · 4 years, 9 months ago
  28. dcb4bd6 Refactor prebuilt to use srcs supplier function by Paul Duffin · 4 years, 10 months ago
  29. 5006151 java_sdk_library - Use prebuilt/prefer for unbundled app builds by Paul Duffin · 5 years ago
  30. 78ac5b9 Exclude source->prebuilt deps from visibility enforcement by Paul Duffin · 5 years ago
  31. 0c4979b Dedup prebuilt mutator registration by Paul Duffin · 5 years ago
  32. 42aaba7 Merge "Delete prebuilt APEXes when installing source-built APEXes" am: a822256e15 by Jiyong Park · 5 years ago
  33. 03b68dd Delete prebuilt APEXes when installing source-built APEXes by Jiyong Park · 5 years ago
  34. 2cb5288 Don't use prebuilt_apex when TARGET_FLATTEN_APEX is set to true by Jiyong Park · 6 years ago
  35. 22dad11 resolve merge conflicts of c40949db97ad14085d2f64a6ec1fd5f99544be69 to qt-dev-plus-aosp by Jaewoong Jung · 6 years ago
  36. a237e62 Don't use prebuilt_apex when TARGET_FLATTEN_APEX is set to true am: 0a573d798f by Jiyong Park · 6 years ago
  37. 3e18b19 Improve android_app_import.dpi_variants handling. by Jaewoong Jung · 6 years ago
  38. 0a573d7 Don't use prebuilt_apex when TARGET_FLATTEN_APEX is set to true by Jiyong Park · 6 years ago
  39. a5e5abc Implement DPI variants in android_app_import. by Jaewoong Jung · 6 years ago
  40. 4d27704 Prebuilt APEXes are recoreded in apexkeys.txt by Jiyong Park · 6 years ago
  41. a41f12a Prebuilt APEXes are recoreded in apexkeys.txt by Jiyong Park · 6 years ago
  42. 939ebd5 Add prebuilt_apex. by Jaewoong Jung · 6 years ago
  43. 8a49795 Replace ctx.ExpandSources with android.PathsForModuleSrc by Colin Cross · 6 years ago
  44. 27b922f Annotate paths and deprecate ExtractSource(s)Deps by Colin Cross · 6 years ago
  45. 955dc49 Fix few issues with filegroups by Pirama Arumuga Nainar · 7 years ago
  46. ee6143c Add VisitDirectDepsWithTag by Colin Cross · 7 years ago
  47. 0007d81 Change bool, and string properties to *bool, and *string for cc by Nan Zhang · 7 years ago
  48. d11fcda Convert Visit*Deps from blueprint.Module to android.Module by Colin Cross · 7 years ago
  49. 74d73e2 Rename java_prebuilt_library to java_import by Colin Cross · 7 years ago
  50. 5ea9bcc Fix java prebuilts by Colin Cross · 7 years ago
  51. cec8171 Add integration testing infrastructure by Colin Cross · 7 years ago
  52. c3e7fa6 Fix installing prebuilts with no source module by Colin Cross · 8 years ago
  53. 2502e12 Fixed the issue of dependencyTag in prebuilt.go by Nan Zhang · 8 years ago
  54. a2f296f Fall back to prebuilts if source modules are disabled by Colin Cross · 8 years ago
  55. 0f3c72f Disable installing unused prebuilts by Colin Cross · 8 years ago
  56. ce75d2c Initial prebuilt support by Colin Cross · 8 years ago