1. 6e0280d Introduce a util method PrettyConcat by Jihoon Kang · 11 months ago
  2. b7e1a48 Add util method HasIntersection(...) by Jihoon Kang · 1 year, 1 month ago
  3. 1b2ddc8 Write ninja file in parallel. by Yu Liu · 1 year, 3 months ago
  4. 0a468a4 rust: made-to-order rust staticlibs by Ivan Lozano · 1 year, 3 months ago
  5. cd5bfe2 Unify the behaviors of Shard*(...) utility functions by Jihoon Kang · 1 year, 4 months ago
  6. efc7012 Use ordered interface from cmp package by Cole Faust · 1 year, 6 months ago
  7. 31a6745 Write raw files to disk instead of the ninja file by Colin Cross · 1 year, 9 months ago
  8. b63d7b3 Remove infrastructure to run bp2build by Colin Cross · 1 year, 8 months ago
  9. b0864e0 Add JoinWithPrefixSuffixAndSeperator() utility by Jooyung Han · 1 year, 9 months ago
  10. 41326c1 Revert "support sandboxed rust rules" by Wen-yi Chu · 1 year, 11 months ago
  11. a588d15 support sandboxed rust rules by Sam Delmerico · 2 years, 2 months ago
  12. cfcd0a4 Merge "make android.InList generic" into main by Sam Delmerico · 2 years, 1 month ago
  13. 1717b3b make android.InList generic by Sam Delmerico · 2 years, 1 month ago
  14. 702ef0a Merge changes I70f81120,If8f2534e into main by Colin Cross · 2 years, 1 month ago
  15. b5e3f7d Export ReverseSliceInPlace and ReverseSlice by Colin Cross · 2 years, 1 month ago
  16. 13aeb68 Make CopyOf generic by Colin Cross · 2 years, 1 month ago
  17. da169a1 Merge "Fix FirstUniqueStrings after conversion to generics" by Treehugger Robot · 2 years, 1 month ago
  18. 48016d5 Fix FirstUniqueStrings after conversion to generics by Colin Cross · 2 years, 1 month ago
  19. 2f99c47 Add aconfig dump of all aconfig_declarations modules. by Joe Onorato · 2 years, 1 month ago
  20. c85750b Use generics for DepSets by Colin Cross · 3 years, 3 months ago
  21. cc4da76 Differentiate between empty and nil input by Spandan Das · 2 years, 3 months ago
  22. 8a8714c Do not modify input in-place by Spandan Das · 2 years, 3 months ago
  23. 195c781 Make SortedStringKeys call SortedKeys by Cole Faust · 2 years, 5 months ago
  24. 18994c7 Replace SortedStringKeys with SortedKeys by Cole Faust · 2 years, 5 months ago
  25. 8fe3a41 Refactor dexpreopt for boot jars to allow more complex dependencies. by Jiakai Zhang · 2 years, 5 months ago
  26. 5fb794a clean up CL for androidmk variables by Sam Delmerico · 2 years, 6 months ago
  27. 4e115cc add androidmk cc-related variables to androidmk by Sam Delmerico · 2 years, 7 months ago
  28. 8d82ac5 Support cc code coverage for mixed build by Yu Liu · 3 years, 3 months ago
  29. 9eb853b Add SortedStringValues and SortedUniqueStringValues by Colin Cross · 3 years, 6 months ago
  30. 8f92005 Remove unused functions by Dan Willemsen · 3 years, 8 months ago
  31. 1461c4d Add FilterListPred. by Martin Stjernholm · 4 years, 4 months ago
  32. 9f94c36 Change default DEFAULT_TIDY_HEADER_DIRS to empty by Chih-Hung Hsieh · 4 years, 6 months ago
  33. d3f2bd7 WriteFileRule: Chunk long content and merge them to result by Hans Månsson · 4 years, 8 months ago
  34. 1e53392 Document more functions, minor cleanup by Sasha Smundak · 4 years, 9 months ago
  35. b8063c6 Use common helper functions for getting sorted map keys. by Ulya Trafimovich · 5 years ago
  36. a0cd8f9 Add gcov coverage support to Rust modules. by Ivan Lozano · 5 years ago
  37. 27027c7 Optimize FirstUniqueStrings and FirstUniquePaths by Colin Cross · 5 years ago
  38. 3aff578 Simple refactoring of prefix related functions. by Jaewoong Jung · 5 years ago
  39. 6431ca7 Add rules to handle asset resources. by Jaewoong Jung · 6 years ago
  40. 7acbfc0 Merge "Soong generates vndk-related .libraries.txt files" by Jooyung Han · 6 years ago
  41. 0302a84 Soong generates vndk-related .libraries.txt files by Jooyung Han · 6 years ago
  42. a5f22ed Add rust_test and rust_test_host. by Chih-Hung Hsieh · 6 years ago
  43. 0a2f719 Move sharding functions for reuse by Colin Cross · 6 years ago
  44. 022a73b Move splitFileExt to the android package. by Ivan Lozano · 6 years ago
  45. e163303 Put dependency in apex_manifest.json by Jooyung Han · 6 years ago
  46. 12df5fb soong: Fix AndroidMk with *Required properties by Jooyung Han · 6 years ago
  47. 1a365c6 Clean up sortedKeys function by Inseob Kim · 6 years ago
  48. 1f086e2 Generate VNDK snapshot with Soong except configs by Inseob Kim · 6 years ago
  49. 3020fee Support go 1.12 by Colin Cross · 6 years ago
  50. 454c087 Add CopyOf utility method by Colin Cross · 6 years ago
  51. 7f67f48 Add PRODUCT_MANIFEST_PACKAGE_NAME_OVERRIDES by Jiyong Park · 7 years ago
  52. 7922ab8 RemoveFromList() should remove all matches by Logan Chien · 7 years ago
  53. b4330e2 Move string list utility functions to android package by Colin Cross · 8 years ago
  54. 0926fae Add system_$(VER) by Sundong Ahn · 8 years ago
  55. b671544 Move first/last unique elements utility functions to android package by Colin Cross · 8 years ago
  56. 5f59553 Allow integer_overflow sanitizer path exclusion. by Ivan Lozano · 8 years ago
  57. 7f19f37 Move globbing to Blueprint by Colin Cross · 9 years ago
  58. b1957a5 Dynamically generate arch struct by Dan Willemsen · 9 years ago
  59. 635c3b0 Rename common to android by Colin Cross · 9 years ago[Renamed (98%) from common/util.go]
  60. 1f8c52b Add per-directory build targets by Colin Cross · 10 years ago
  61. 9b6826f Quote glob exclude options by Colin Cross · 10 years ago
  62. c0b06f1 Add aidl file support to java builds by Colin Cross · 10 years ago