1. 3131d67 Allow creation of BazelTargets in a different directory by Spandan Das · 2 years, 2 months ago
  2. 3d92723 Revert "Add unit test for parsing build files in bp2build" by Cole Faust · 2 years, 4 months ago
  3. e1f2523 Add unit test for parsing build files in bp2build by Chris Parsons · 2 years, 4 months ago
  4. 39a1697 Provide reason for unconverted bp2build modules by Chris Parsons · 2 years, 4 months ago
  5. 5840afc add documentation to Bp2buildTestCase by Sam Delmerico · 2 years, 4 months ago
  6. 6a448ec Add a function to create config_setting(s) by Spandan Das · 2 years, 6 months ago
  7. 2eef2e1 Bp2build support for sdk_version and java_version. by Romain Jobredeaux · 2 years, 8 months ago
  8. 2b3f56e Add apex_available aidl + aidl&lang libraries by Liz Kammer · 2 years, 7 months ago
  9. 5f90649 remove stub dependency on source_library by Sam Delmerico · 2 years, 7 months ago
  10. 5c12bdf Merge "Sort expectTargets and actualTargets by name in bp2build test" by Zi Wang · 2 years, 7 months ago
  11. 912bc88 Use product variables from the overridden apex by Cole Faust · 2 years, 7 months ago
  12. fba0a21 Sort expectTargets and actualTargets by name in bp2build test by Zi Wang · 2 years, 7 months ago
  13. 18994c7 Replace SortedStringKeys with SortedKeys by Cole Faust · 2 years, 8 months ago
  14. 748d707 Correct global excludes not always being excluded by Liz Kammer · 2 years, 9 months ago
  15. 9d2d410 Handle soong config vars for string attrs by Liz Kammer · 2 years, 10 months ago
  16. b85d1a1 Bp2build support for multiple product configs by Cole Faust · 3 years ago
  17. 4c0765a Support running bp2build tests in fixtures by Paul Duffin · 3 years ago
  18. 341484b Bp2Build for libs property in java_library by Alix · 3 years ago
  19. ffc17e4 Use excludes from OS axis for OsAndInApex by Liz Kammer · 2 years, 11 months ago
  20. c639059 Make CodegenContext reference *android.Context by Paul Duffin · 3 years ago
  21. 5af0bd3 Create a new mode in soong_ui to generate API only BUILD files by Spandan Das · 3 years, 1 month ago
  22. 0eeaeb8 Fix package boundary in glob expansion with checked in BUILD files. by Jingwen Chen · 3 years, 1 month ago
  23. 087af54 Create Stub targets for cc_library_(static|shared) by Trevor Radcliffe · 3 years, 1 month ago
  24. 9d2f174 Implement bp2build for the `license` module by Sasha Smundak · 3 years, 2 months ago
  25. fb58949 Handle nameless modules during bp2build conversion. by Sasha Smundak · 3 years, 2 months ago
  26. 94e2603 refactoring build_conversion.go to remove panic by Alix · 3 years, 2 months ago
  27. 1b4b2d9 Export RunBp2BuildTestCaseSimple() in testing.go by Trevor Radcliffe · 3 years, 1 month ago
  28. e06d75b Exporting MakeBazelTarget() in testing.go by Alix · 3 years, 2 months ago
  29. 3a019a6 Add StringAttribute for bp2building by Alex Márquez Pérez Muñíz Díaz Púras Thaureaux · 3 years, 4 months ago
  30. 3177a6e export common bp2build testing functions by Sam Delmerico · 3 years, 4 months ago
  31. dfeb120 Handle restricting to device only builds by Liz Kammer · 3 years, 5 months ago
  32. b09da7e Add imports property to py_library rules by Cole Faust · 3 years, 5 months ago
  33. 58ea451 bp2build support for cc_prebuilt_library by Trevor Radcliffe · 3 years, 6 months ago
  34. 24c5603 refactor bp2build module allowlists into struct by Sam Delmerico · 3 years, 7 months ago
  35. 5430953 bp2build: Remove duplicate system shared libs by Liz Kammer · 3 years, 10 months ago
  36. aabfb5d bp2build: Expand check if filegroup contains proto by Liz Kammer · 3 years, 10 months ago
  37. be46fcc Use one mutator for all bp2build conversion. by Liz Kammer · 4 years ago
  38. 46fb7ab Support empty strings in bp2build by Liz Kammer · 3 years, 11 months ago
  39. 78cfdaa Refactor bp2build tests by Liz Kammer · 4 years ago
  40. fdd72e6 bp2build: Add special arch-variant targets. by Liz Kammer · 4 years ago
  41. 447f6c9 Bp2Build common properties auto-handling by Alex Márquez Pérez Muñíz Díaz Púras Thaureaux · 4 years, 2 months ago
  42. 7a210ac bp2build: Add support for export_.*headers props by Liz Kammer · 4 years, 1 month ago
  43. 83d07a4 Merge "Expand handling of unconverted deps in bp2build" by Liz Kammer · 4 years, 1 month ago
  44. 6eff323 Expand handling of unconverted deps in bp2build by Liz Kammer · 4 years, 2 months ago
  45. 32a0339 Bp2build: handle embedded structs as blueprint by Liz Kammer · 4 years, 1 month ago
  46. 4011ebb Merge "Cleanup unused code for bp2build conversion." by Treehugger Robot · 4 years, 1 month ago
  47. 5146ac0 bp2build: don't generate filegroups (or error) if it contains a file by Jingwen Chen · 4 years, 1 month ago
  48. 7cbf773 Cleanup unused code for bp2build conversion. by Liz Kammer · 4 years, 1 month ago
  49. 560cb66 python_{binary,library}{,_host} handle lib property by Alex Márquez Pérez Muñíz Díaz Púras Thaureaux · 4 years, 2 months ago
  50. f5a3eac Add License decl to testing.go by Alex Márquez Pérez Muñíz Díaz Púras Thaureaux · 4 years, 2 months ago
  51. 0da7ce6 Document testing & build_conversion purposes by Alex Márquez Pérez Muñíz Díaz Púras Thaureaux · 4 years, 2 months ago
  52. ce0a07e Rename runPythonTestCase by Alex Márquez Pérez Muñíz Díaz Púras Thaureaux · 4 years, 2 months ago
  53. 1c92aef Share runBp2BuildTestCase & runPythonTestCase by Alex Márquez Pérez Muñíz Díaz Púras Thaureaux · 4 years, 2 months ago
  54. 2ada09a Don't create a new module for bp2build conversion. by Liz Kammer · 4 years, 2 months ago
  55. 32b77cf Add some initial benchmarking for bp2build. by Liz Kammer · 4 years, 2 months ago
  56. c63677b Direct Bazel builds from m. by Jingwen Chen · 4 years, 4 months ago
  57. 9abd62d Use maps in bazel *attribute types by Liz Kammer · 4 years, 5 months ago
  58. 06559d0 Move some implicitly shared testing code for bp2build into testing.go. by Rupert Shuttleworth · 4 years, 5 months ago
  59. 598dd00 Refactor how bp2build gets arch-specific props. by Lukacs T. Berki · 4 years, 5 months ago
  60. dbe1ef2 Merge "Add bp2build arch-specific paths mutator" by Liz Kammer · 4 years, 6 months ago
  61. 4562a3b Add bp2build arch-specific paths mutator by Liz Kammer · 4 years, 6 months ago
  62. 2a4fc3e Generate BUILD files for every directory that has an Android.bp file. by Rupert Shuttleworth · 4 years, 6 months ago
  63. 91220d7 Add os/target configurable selects for label list attributes. by Jingwen Chen · 4 years, 7 months ago
  64. 12b4c27 bp2build: add allowlist for package-level conversions. by Jingwen Chen · 4 years, 7 months ago
  65. ba3ea16 Use handcrafted build targets in bp2build by Liz Kammer · 4 years, 8 months ago
  66. bbfd5ab Merge "Move bazel.Properties to a BazelModuleBase" by Treehugger Robot · 4 years, 8 months ago
  67. ea6666f Move bazel.Properties to a BazelModuleBase by Liz Kammer · 4 years, 8 months ago
  68. fc46bc1 Refactor BazelTargetModule by Liz Kammer · 4 years, 8 months ago
  69. ba369ad bp2build: Unexport GenerateBazelTargetsForDir. by Jingwen Chen · 4 years, 8 months ago
  70. fb4692a bp2build: refactor BazelTargetModule naming boilerplate. by Jingwen Chen · 4 years, 8 months ago
  71. 77e8b7b bp2build: add bazel_module: { bp2build_available } prop. by Jingwen Chen · 4 years, 8 months ago
  72. 1fd1469 bp2build: Refactor CreateBazelTargetModule API. by Jingwen Chen · 4 years, 8 months ago
  73. 40067de bp2build: support Starlark rules and load statements. by Jingwen Chen · 4 years, 9 months ago
  74. 7385067 bp2build: framework for generating BazelTargetModules. by Jingwen Chen · 4 years, 10 months ago
  75. daa54bc Implement code-generation step for bp2build. by Jingwen Chen · 4 years, 10 months ago
  76. 2dd9ca4 Refactor queryview. by Liz Kammer · 4 years, 11 months ago