1. b8e8035 rewrite android_app to android_test in mk2bp by Yuntao Xu · 2 years, 9 months ago
  2. 82cf9a7 Remove res and assets in androidmk if default by Trevor Radcliffe · 3 years ago
  3. e9ecddc Add support for a prebuilt_root_host type. by Liz Kammer · 3 years ago
  4. 4fd34e1 Merge "Correct typo in prebuilt_etc property name." by Treehugger Robot · 3 years ago
  5. 9f68d21 Correct typo in prebuilt_etc property name. by Liz Kammer · 3 years ago
  6. 5b8e7bc Improve error message for missing path + local dir by Liz Kammer · 3 years ago
  7. 21be0e2 Add tests for converting license in androidmk by Yuntao Xu · 3 years, 1 month ago
  8. 214cdaf Handle license conversions in androidmk by Yuntao Xu · 3 years, 2 months ago
  9. b838b0a Do not modules in files called "Blueprints". by Lukacs T. Berki · 3 years, 4 months ago
  10. cc8287c convert flag options and values in the same line by Yuntao Xu · 3 years, 6 months ago
  11. fbf51b6 Add bpfix to remove sanitize.scudo by Liz Kammer · 3 years, 6 months ago
  12. 8f884a0 modify cc_binary type to cc_test for test modules by Yuntao Xu · 3 years, 6 months ago
  13. f1b75a2 convert BUILD_CTS_SUPPORT_PACKAGE in mk files by Yuntao Xu · 3 years, 6 months ago
  14. 3ef77e8 Make runtime_resource_overlay product specific. by Jaewoong Jung · 3 years, 10 months ago
  15. 02040de Add LOCAL_LICENSE_KINDS to build/soong by Bob Badour · 3 years, 11 months ago
  16. 18aefc1 Remove unnecessary snake case variables. by Jaewoong Jung · 4 years ago
  17. 405af07 Revert "Make lots of tests run in parallel" by Colin Cross · 4 years, 3 months ago
  18. 323dc60 Make lots of tests run in parallel by Colin Cross · 4 years, 3 months ago
  19. 9f43597 Remove obsolete PDK build functionality by Dan Willemsen · 4 years, 7 months ago
  20. 0449a63 Add relative_install_path property to prebuilt_etc by Liz Kammer · 4 years, 6 months ago
  21. 5e291c2 Fix bpfmt issues and add bpfmt to preupload checks by Thiébaud Weksteen · 4 years, 6 months ago
  22. 6e85e4c Support preprocessed prebuilt tests in androidmk by Liz Kammer · 4 years, 7 months ago
  23. 2b8b89c soong_config: bool_variables shortcut by Dan Willemsen · 4 years, 9 months ago
  24. 3cc2dfa bpfix: remove hidl_interface types by Steven Moreland · 5 years ago
  25. ce23942 Move partner androidmk and bpfix files to match their package path by Colin Cross · 5 years ago
  26. c0647eb bpfix: remove empty HIDL libs by Steven Moreland · 5 years ago
  27. ac38d7e Add support to extend commands bpfix and androidmk by Justin DeMartino · 5 years ago
  28. d5f6c82 Rename product_services to system_ext by Justin Yun · 6 years ago
  29. 1ef3bb5 Soong: Add mk2bp conversion for prebuilt_firmare. by Patrice Arruda · 6 years ago
  30. a725681 Merge "androidmk conversion logic for android_app_import" by Jaewoong Jung · 6 years ago
  31. d1f45c8 Soong: Add mk2bp conversion for prebuilt_font. by Patrice Arruda · 6 years ago
  32. e07b0b6 androidmk conversion logic for android_app_import by Jaewoong Jung · 6 years ago
  33. 77311df Soong: Add mk2bp conversion for prebuilt_usr_share. by Patrice Arruda · 6 years ago
  34. 177a1a5 Fix crash in mergeListProperties by Sasha Smundak · 6 years ago
  35. f7ed051 Handle LOCAL_MODULE_PATH assignment for android_test modules by Sasha Smundak · 6 years ago
  36. 7054764 Convert BUILD_PREBUILT with LOCAL_MODULE_CLASS=ETC to prebuilt_etc by Sasha Smundak · 6 years ago
  37. e9622a3 Add BUILD_CTS_* to androidmk by Dan Willemsen · 6 years ago
  38. 2a9ed7c Add java_import_host handling logic. by Jaewoong Jung · 6 years ago
  39. 59339a2 Fix `go vet` issues by Dan Willemsen · 6 years ago
  40. 0fa89a3 Translate java libraries to java_library by Colin Cross · 7 years ago
  41. ae5caf5 Add support for android_test modules by Colin Cross · 7 years ago
  42. e467f44 Reduce boilerplate around bpfix passes by Colin Cross · 7 years ago
  43. f923f2b Remove the unused `tags` property by Dan Willemsen · 7 years ago
  44. 2b21a77 bpfix: Convert local_include_dirs removal to PatchList by Dan Willemsen · 7 years ago
  45. 36c69ee bpfix: Add reorderCommonProperties by Dan Willemsen · 7 years ago
  46. 720f04b Merge changes I52f88bfd,I4263b7d5 by android-build-prod (mdb) · 7 years ago
  47. d6989f2 Fix usage of bytes.NewBuffer in bpfix by Dan Willemsen · 7 years ago
  48. dde8cb9 bpfix: Remove local_include_dirs if we remove the last entry by Dan Willemsen · 7 years ago
  49. 75dec22 Fix androidmk converting cc libraries by Dan Willemsen · 7 years ago
  50. 2dee86d Add more androidmk translations for android libraries by Colin Cross · 7 years ago
  51. 9c55d23 Merge matching properties in bpfix by Colin Cross · 7 years ago
  52. adee968 Make bpfix not modify the input tree by Colin Cross · 7 years ago
  53. f46e37f Fix format string issues by Colin Cross · 7 years ago
  54. f754254 Remove unused property by Jeff Gaston · 7 years ago
  55. 336ad7a Fix java_import and android_library_import conversions by Colin Cross · 7 years ago
  56. 3fad895 Don't pretend *parser.List is immutable by Colin Cross · 7 years ago
  57. 3a7822c Have bpfix not remove empty lists by Jeff Gaston · 7 years ago
  58. aff66e5 Revert "Revert "Initial implementation of bpfix"" by Jeff Gaston · 8 years ago
  59. a8cc9c5 Revert "Initial implementation of bpfix" by Jeff Gaston · 8 years ago
  60. de4b046 Initial implementation of bpfix by Jeff Gaston · 8 years ago