1. 3f4d116 Update soong for ShouldFollowSymlinks argument to pathtools.Glob by Colin Cross · 7 years ago
  2. fe4bc36 Allow '$' in some paths by Colin Cross · 7 years ago
  3. e3924e1 Allow paths containing glob characters in glob results by Colin Cross · 7 years ago
  4. 3063b78 Make :module provide the output file for java modules by Colin Cross · 7 years ago
  5. fd05a74 Add support for /product-services partition by Dario Freni · 7 years ago
  6. 7eefdc4 Support text ABI dump file format by Logan Chien · 7 years ago
  7. 5237bed Remove vndkVsNdk() by Logan Chien · 7 years ago
  8. 83c415f Remove isSourceDump from PathForVndkRefAbiDump() by Logan Chien · 7 years ago
  9. 2e67431 Recovery partition has same layout as system by Jiyong Park · 7 years ago
  10. f9332f1 Support recovery and recovery_available by Jiyong Park · 8 years ago
  11. a140bb0 Reverse RRO dir paths when passing to Make by Colin Cross · 8 years ago
  12. 45133ac Make Config.ProductVariables private by Dan Willemsen · 8 years ago
  13. bc0c509 Add DistPath to reference the dist folder by Dan Willemsen · 8 years ago
  14. 34ce67d Consider binder bitness while looking for abi references. by Jayant Chowdhary · 8 years ago
  15. ac066c6 For abi diffing, factor in arch variant and primary arch. by Jayant Chowdhary · 8 years ago
  16. 540a78c Turn GlobFiles into a Glob for files, use it by Dan Willemsen · 8 years ago
  17. 192e97a Move AllowMissingDependencies check from PathsForSource to PathForSource by Colin Cross · 8 years ago
  18. 461b445 Pass nil instead of []string{} to ctx.Glob* functions by Colin Cross · 8 years ago
  19. c48c143 Revert "Move AllowMissingDependencies check from PathsForSource to PathForSource" by Colin Cross · 8 years ago
  20. 94a3210 Move AllowMissingDependencies check from PathsForSource to PathForSource by Colin Cross · 8 years ago
  21. 1ccfcc3 Propagate errors out of validatePath by Colin Cross · 8 years ago
  22. 32f3898 Remove unused intermediates parameter from ExistentPathForSource by Colin Cross · 8 years ago
  23. 5cfbfbb Use product instead of oem for Product specific module by Jaekyun Seok · 8 years ago
  24. 2db7692 Add [soc|device|product]_specific by Jiyong Park · 8 years ago
  25. 74e3fe4 Fix PathForPhony by Colin Cross · 8 years ago
  26. 0db5568 Make (Source|Output)Path.Join("foo").Rel() return "foo" by Colin Cross · 8 years ago
  27. 6510f91 Replace ModuleContext.AConfig() with Config() by Colin Cross · 8 years ago
  28. aabf679 Make *Context.Config return a Config instead of a interface{} by Colin Cross · 8 years ago
  29. 3bc7ffa Replace aapt support with aapt2 by Colin Cross · 8 years ago
  30. 0875c52 Wrap PackageContext and SingletonContext by Colin Cross · 8 years ago
  31. 5e6cfbe Add searchable android.DirectorySortedPaths by Colin Cross · 8 years ago
  32. b671544 Move first/last unique elements utility functions to android package by Colin Cross · 8 years ago
  33. 702e0f8 Use full relative paths to get module outputs in tests by Colin Cross · 8 years ago
  34. 294356f Automatically reorder C/C++ link dependencies in Soong by Jeff Gaston · 8 years ago
  35. af3cc2d Some clarifications in preparation to automatically order linker dependencies by Jeff Gaston · 8 years ago
  36. 93e8595 Initial kotlin support by Colin Cross · 8 years ago
  37. 0f37af0 Add java file resources and flag to include sources by Colin Cross · 8 years ago
  38. 866b563 Add target.linux_glibc and target.bionic by Dan Willemsen · 8 years ago
  39. fe92c96 Remove more duplicated flags and dependencies by Dan Willemsen · 8 years ago
  40. 00269f2 Fix install location for vendor tests by Dan Willemsen · 8 years ago
  41. 87f3b24 Fix install path for sanitized native tests. (Soong) by Vishwath Mohan · 8 years ago
  42. 715cac3 Optimizations to abi checking. by Jayant Chowdhary · 9 years ago
  43. 734e380 Clarify paths.go somewhat by Jeff Gaston · 9 years ago
  44. 5b52959 Use ctx.ModuleBuild for darwin ar by Colin Cross · 8 years ago
  45. 3e231fd Add header-abi-checker for Vndk abi checks. by Jayant Chowdhary · 9 years ago
  46. aa118f9 Implement vendor as a synonym of proprietary by Dan Willemsen · 9 years ago
  47. 1dd8839 Refactor sanitized library on-disk layout - Soong. by Vishwath Mohan · 9 years ago
  48. faeb7aa Support data properties for test binaries by Colin Cross · 9 years ago
  49. 294941b Update soong to use pathtools.FileSystem by Colin Cross · 9 years ago
  50. 7fc17db Remove extra basePath from ModuleSrcPath by Colin Cross · 9 years ago
  51. 4353bc4 Support system/vendor for devices without a vendor partition by Dan Willemsen · 9 years ago
  52. 7f19f37 Move globbing to Blueprint by Colin Cross · 9 years ago
  53. 21ec490 Add subdir to GenPath by Dan Willemsen · 9 years ago
  54. 4f6fc9c Add Path.Base helper by Colin Cross · 9 years ago
  55. a1ad8d1 Simplify arch target handling by Colin Cross · 9 years ago
  56. b9db480 Revert "Simplify arch target handling" by Colin Cross · 9 years ago
  57. 54c7112 Simplify arch target handling by Colin Cross · 9 years ago
  58. 635c3b0 Rename common to android by Colin Cross · 9 years ago[Renamed (90%) from common/paths.go]
  59. a234466 Use correct install paths in generated Android.mk by Colin Cross · 10 years ago
  60. 0f6042e Fix optional intermediates path for unbundled builds by Dan Willemsen · 10 years ago
  61. e23dfb7 Support missing include dirs for unbundled branches by Dan Willemsen · 10 years ago
  62. 80a7c2a Improve path component validation by Dan Willemsen · 10 years ago
  63. 782a2d1 Refactor install paths by Dan Willemsen · 10 years ago
  64. 7b310ee Make global C include paths optional by Dan Willemsen · 10 years ago
  65. 34cc69e Use `Path` instead of string for file paths by Dan Willemsen · 10 years ago
  66. 6e18ca4 Fix java resource glob file list location by Colin Cross · 10 years ago
  67. 6a745c6 Fix gofmt by Colin Cross · 10 years ago
  68. f229827 Check that local, top level, and exported include paths exist by Colin Cross · 10 years ago
  69. 1332b00 Move config into common and provide helper by Colin Cross · 11 years ago
  70. 581c189 Add yacc and lex support by Colin Cross · 11 years ago
  71. 68f5510 Support dependencies on environment variables by Colin Cross · 11 years ago
  72. 70b4059 Update import paths for changes to blueprint by Colin Cross · 11 years ago
  73. 3f40fa4 Add soong_build primary builder by Colin Cross · 11 years ago