1. fdb0840 Fix androidmk_test.go import ordering by Colin Cross · 7 years ago
  2. 2dee86d Add more androidmk translations for android libraries by Colin Cross · 7 years ago
  3. 9c55d23 Merge matching properties in bpfix by Colin Cross · 7 years ago
  4. adee968 Make bpfix not modify the input tree by Colin Cross · 7 years ago
  5. 02b4da5 Add USE_CLANG_LLD and use_clang_lld. by Chih-Hung Hsieh · 7 years ago
  6. 57a23d2 Add vintf_fragments. by Steven Moreland · 7 years ago
  7. 946e32e Add overrides to cc_binary by Yifan Hong · 7 years ago
  8. f46e37f Fix format string issues by Colin Cross · 7 years ago
  9. 336ad7a Fix java_import and android_library_import conversions by Colin Cross · 7 years ago
  10. 3fad895 Don't pretend *parser.List is immutable by Colin Cross · 7 years ago
  11. 5cfbfbb Use product instead of oem for Product specific module by Jaekyun Seok · 7 years ago
  12. f3e5b55 Soong: support Errorprone javacflags by Andreas Gampe · 7 years ago
  13. 66dbc0b Add R8 support by Colin Cross · 7 years ago
  14. 2db7692 Add [soc|device|product]_specific by Jiyong Park · 7 years ago
  15. 3ce001a Support more all-*-files-under functions in androidmk by Colin Cross · 7 years ago
  16. 1605606 Add privileged app support in Soong by Colin Cross · 7 years ago
  17. 5beccee Split logtags implementations for cc and java by Colin Cross · 7 years ago
  18. 1bd8780 Add more dex_preopt properties by Colin Cross · 7 years ago
  19. 5ab4e6d Allow building framework.jar and framework-res.apk by Colin Cross · 7 years ago
  20. 0d83b8c Have androidmk ignore all-makefiles-under by Jeff Gaston · 7 years ago
  21. d00350c Add license headers to all go and shell files by Colin Cross · 7 years ago
  22. 38cd9a4 Merge "Add property to prevent dex preopting" by Colin Cross · 7 years ago
  23. a22116e Add property to prevent dex preopting by Colin Cross · 7 years ago
  24. af7d3ef Prevent androidmk crash on art/tools/ahat/Android.mk by Jeff Gaston · 7 years ago
  25. 4b9ef72 Add usage message to androidmk by Jeff Gaston · 7 years ago
  26. dece581 Change androidmk to use linux_glibc instead of linux by Dan Willemsen · 7 years ago
  27. 86a63ff Rename resource_dirs to java_resource_dirs by Colin Cross · 7 years ago
  28. 97001aa androidmk suport for aidl includes using LOCAL_PATH by Jeff Gaston · 7 years ago
  29. 38f794e Refactor proto in preparation for java proto support by Colin Cross · 7 years ago
  30. 32f676a Add support for java annotation processors by Colin Cross · 7 years ago
  31. 6c51d80 Update java androidmk conversions by Colin Cross · 7 years ago
  32. 2c429dc Support non-installable java libraries by Colin Cross · 7 years ago
  33. 5aac362 Add notice property to all modules by Colin Cross · 7 years ago
  34. 76b5f0c Rename no_standard_libraries to no_standard_libs by Colin Cross · 7 years ago
  35. f3ccfa9 Fix crash when running androidmk against frameworks/base/Android.mk by Jeff Gaston · 7 years ago
  36. 21c21b7 Consolidate localIncludeDirs and exportIncludeDirs by Jeff Gaston · 8 years ago
  37. 15e8e75 Fix androidmk crash if no CLEAR_VARS is detected by Jeff Gaston · 8 years ago
  38. fd4ce1b androidmk no longer escaping escaped quotes in CFLAGS by Jeff Gaston · 8 years ago
  39. e8dc34a Rename java module and property names for consistency by Colin Cross · 7 years ago
  40. c381fd0 Revert "Revert "Run bpfix at the end of androidmk"" by Jeff Gaston · 8 years ago
  41. eb3186a Revert "Run bpfix at the end of androidmk" by Jeff Gaston · 8 years ago
  42. 7fd905a Run bpfix at the end of androidmk by Jeff Gaston · 8 years ago
  43. fa833bb Support for LOCAL_AIDL_INCLUDES in androidmk by Jeff Gaston · 8 years ago
  44. 254514e androidmk: support cfi, diag, and misc_undefined properties by Colin Cross · 8 years ago
  45. 0fdee74 Revert "androidmk: support cfi, diag, and misc_undefined properties" by Colin Cross · 8 years ago
  46. a8688c4 androidmk: support cfi, diag, and misc_undefined properties by Colin Cross · 8 years ago
  47. b2123aa Add a variable to disable modules in the PDK by Colin Cross · 8 years ago
  48. 2a252be Support .rs and .fs files in cc_* module srcs lists by Colin Cross · 8 years ago
  49. aa118f9 Implement vendor as a synonym of proprietary by Dan Willemsen · 8 years ago
  50. a2226b9 Support prebuilt module types by Po Hu · 8 years ago
  51. 11b2614 Rework vndk detection by Dan Willemsen · 8 years ago
  52. a929db0 Add support for test_suites property on cc_test modules by Colin Cross · 8 years ago
  53. 55708f3 Support owner property by Colin Cross · 8 years ago
  54. 4f2feee Have AndroidMk skip emitting LOCAL_MODULE_TAGS="optional" by Jeff Gaston · 8 years ago
  55. d578134 Export cc_library_headers as BUILD_HEADER_LIBRARY by Dan Willemsen · 8 years ago
  56. 62ea583 Fixed androidmk crash when parsing external/aac/Android.mk by Nan Zhang · 8 years ago
  57. 7ed1ae3 Import/Export LOCAL_PROPRIETARY_MODULE by Dan Willemsen · 8 years ago
  58. d2ede87 Add basic VNDK support in Soong by Dan Willemsen · 8 years ago
  59. a03cf6d Add clang-tidy support by Dan Willemsen · 8 years ago
  60. 0c461f1 Add support for .proto files by Colin Cross · 8 years ago
  61. 394e9dc Add Relocation Packer support by Dan Willemsen · 8 years ago
  62. 377737a Move Android.bp definitions into subdirs by Dan Willemsen · 8 years ago
  63. 2277bcb Add init_rc property, equivalent to LOCAL_INIT_RC by Dan Willemsen · 8 years ago
  64. 7b6ba5c Add CommentGroups by Colin Cross · 9 years ago
  65. e538e41 Rename Pos members by Colin Cross · 9 years ago
  66. 2867296 Remove blueprint/parser.Ident by Colin Cross · 9 years ago
  67. d20b36b Update androidmk to match blueprint changes by Colin Cross · 9 years ago
  68. a43f9b3 Rename androidmk/test.go so go test can find it by Colin Cross · 9 years ago
  69. c79e0e7 androidmk: Fix LOCAL_FORCE_STATIC_EXECUTABLE by Dan Willemsen · 9 years ago
  70. 490a8dc Implement re-exporting of library headers by Dan Willemsen · 9 years ago
  71. 22abd40 androidmk: TOP is always "." by Dan Willemsen · 9 years ago
  72. 58f9bb1 androidmk: Support version_script by Dan Willemsen · 9 years ago
  73. 0c236ab androidmk: Update LOCAL_SANITIZE* support by Dan Willemsen · 9 years ago
  74. 31a6a69 Add _<OS> suffix support, remove USE_MINGW by Dan Willemsen · 9 years ago
  75. 42e20e6 Add logtags support to androidmk by Dan Willemsen · 9 years ago
  76. 6c2ac06 Add tests for androidmk by Dan Willemsen · 9 years ago
  77. 5126504 Add spaces around := when dumping assignments by Colin Cross · 9 years ago
  78. 08693d2 Improve makefile parser by Colin Cross · 9 years ago
  79. 7fd911f Fix blank line translation once and for all by Colin Cross · 9 years ago
  80. ab6e6e0 Fix non-deterministic errors with LOCAL_*_x86_64 by Colin Cross · 9 years ago
  81. 1f7c527 Update androidmk translator by Colin Cross · 9 years ago
  82. d9344d2 androidmk: Add support for LOCAL_MODULE_HOST_OS by Colin Cross · 9 years ago
  83. 4bd49c2 androidmk: Add support for TARGET_BUILD_APPS by Colin Cross · 9 years ago
  84. b43a159 Replace asan with sanitize by Colin Cross · 9 years ago
  85. 88b4c29 Fix androidmk make_strings_test to use new API by Dan Willemsen · 10 years ago
  86. 3d289a4 androidmk: make class+suffix into generic prefix by Colin Cross · 10 years ago
  87. eae04e0 androidmk: convert stems prefixed with LOCAL_MODULE to suffix by Colin Cross · 10 years ago
  88. a930003 androidmk: strip LOCAL_PATH from export_include_dirs and local_include_dirs by Colin Cross · 10 years ago
  89. 4e13f6d androidmk: clean up nested comparisons for local variable names by Colin Cross · 10 years ago
  90. f5f5dec androidmk: use a single map for property list by Colin Cross · 10 years ago
  91. 2ba19d9 Add cc_benchmark module type by Colin Cross · 10 years ago
  92. 41c187b Support relative_install_path for cc modules by Colin Cross · 10 years ago
  93. 30e076a Add support for building android apps by Colin Cross · 10 years ago
  94. 276284f Rename resource_dirs to java_resource_dirs by Colin Cross · 10 years ago
  95. d560a9e androidmk: add support for ifdef USE_MINGW by Colin Cross · 10 years ago
  96. d0a3da2 androidmk: add all-subdir-java-files by Colin Cross · 10 years ago
  97. c0b06f1 Add aidl file support to java builds by Colin Cross · 10 years ago
  98. 581c189 Add yacc and lex support by Colin Cross · 10 years ago
  99. 65bf4f2 Add jarjar support by Colin Cross · 10 years ago
  100. 16daa92 androidmk: support translating all-java-files-under by Colin Cross · 10 years ago