index
:
build_soong
history/28-08-2020
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
replicant-10
replicant-11
staging/lineage-15.0_rebase-android-8.0.0_r23
staging/lineage-15.1
staging/lineage-17.0_merge-android-10.0.0_r9
Fork of build/soong
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
android
/
paths.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix missing genrule srcs and tools with ALLOW_MISSING_DEPENDENCIES=true
Colin Cross
2019-04-16
1
-14
/
+39
*
Replace ctx.ExpandSources with android.PathsForModuleSrc
Colin Cross
2019-03-20
1
-12
/
+120
*
Remove ModuleSrcPath
Colin Cross
2019-03-20
1
-33
/
+25
*
Remove ExpandSourcesSubDir and ModuleSrcPath.WithSubDir
Colin Cross
2019-03-20
1
-7
/
+30
*
Fix Rel() after ReplaceExtension or InSameDir
Colin Cross
2019-02-27
1
-2
/
+2
*
Add more paths helper methods
Colin Cross
2019-02-16
1
-1
/
+70
*
Add OutputPath.ReplaceExtension()
Colin Cross
2019-02-12
1
-0
/
+10
*
Improve error messages about paths
Mikhail Naganov
2019-02-08
1
-5
/
+5
*
Allow disabling implicit resource_dirs and asset_dirs
Colin Cross
2019-02-08
1
-2
/
+2
*
Avoid filepath.Abs
Colin Cross
2019-01-24
1
-20
/
+6
*
Dexpreopt soong modules inside soong
Colin Cross
2018-12-15
1
-33
/
+61
*
Revert "Dexpreopt soong modules inside soong"
Colin Cross
2018-12-14
1
-57
/
+33
*
Revert "Fix MaybeRel when OUT is absolute"
Colin Cross
2018-12-14
1
-4
/
+0
*
Fix MaybeRel when OUT is absolute
Colin Cross
2018-12-13
1
-0
/
+4
*
Dexpreopt soong modules inside soong
Colin Cross
2018-12-13
1
-33
/
+57
*
Stop using DIST_DIR in Soong
Dan Willemsen
2018-10-20
1
-40
/
+0
*
Update soong for ShouldFollowSymlinks argument to pathtools.Glob
Colin Cross
2018-09-21
1
-1
/
+1
*
Allow '$' in some paths
Colin Cross
2018-09-13
1
-12
/
+11
*
Allow paths containing glob characters in glob results
Colin Cross
2018-08-16
1
-5
/
+24
*
Make :module provide the output file for java modules
Colin Cross
2018-08-16
1
-0
/
+5
*
Add support for /product-services partition
Dario Freni
2018-07-19
1
-0
/
+2
*
Support text ABI dump file format
Logan Chien
2018-07-11
1
-10
/
+19
*
Remove vndkVsNdk()
Logan Chien
2018-07-11
1
-6
/
+8
*
Remove isSourceDump from PathForVndkRefAbiDump()
Logan Chien
2018-07-11
1
-11
/
+3
*
Recovery partition has same layout as system
Jiyong Park
2018-06-09
1
-1
/
+2
*
Support recovery and recovery_available
Jiyong Park
2018-05-15
1
-0
/
+3
*
Reverse RRO dir paths when passing to Make
Colin Cross
2018-04-17
1
-0
/
+12
*
Make Config.ProductVariables private
Dan Willemsen
2018-04-11
1
-2
/
+2
*
Add DistPath to reference the dist folder
Dan Willemsen
2018-03-12
1
-0
/
+40
*
Consider binder bitness while looking for abi references.
Jayant Chowdhary
2018-03-08
1
-2
/
+2
*
For abi diffing, factor in arch variant and primary arch.
Jayant Chowdhary
2018-03-01
1
-3
/
+12
*
Turn GlobFiles into a Glob for files, use it
Dan Willemsen
2018-03-01
1
-2
/
+5
*
Move AllowMissingDependencies check from PathsForSource to PathForSource
Colin Cross
2018-02-23
1
-76
/
+75
*
Pass nil instead of []string{} to ctx.Glob* functions
Colin Cross
2018-02-23
1
-2
/
+2
*
Revert "Move AllowMissingDependencies check from PathsForSource to PathForSou...
Colin Cross
2018-02-23
1
-61
/
+75
*
Move AllowMissingDependencies check from PathsForSource to PathForSource
Colin Cross
2018-02-22
1
-75
/
+61
*
Propagate errors out of validatePath
Colin Cross
2018-02-22
1
-45
/
+92
*
Remove unused intermediates parameter from ExistentPathForSource
Colin Cross
2018-02-22
1
-11
/
+5
*
Use product instead of oem for Product specific module
Jaekyun Seok
2018-01-25
1
-1
/
+1
*
Add [soc|device|product]_specific
Jiyong Park
2017-12-21
1
-1
/
+5
*
Fix PathForPhony
Colin Cross
2017-12-11
1
-1
/
+10
*
Make (Source|Output)Path.Join("foo").Rel() return "foo"
Colin Cross
2017-12-06
1
-5
/
+15
*
Replace ModuleContext.AConfig() with Config()
Colin Cross
2017-11-30
1
-3
/
+3
*
Make *Context.Config return a Config instead of a interface{}
Colin Cross
2017-11-30
1
-21
/
+12
*
Replace aapt support with aapt2
Colin Cross
2017-11-29
1
-0
/
+12
*
Wrap PackageContext and SingletonContext
Colin Cross
2017-11-29
1
-0
/
+11
*
Add searchable android.DirectorySortedPaths
Colin Cross
2017-11-13
1
-0
/
+33
*
Move first/last unique elements utility functions to android package
Colin Cross
2017-10-24
1
-2
/
+20
*
Use full relative paths to get module outputs in tests
Colin Cross
2017-10-19
1
-6
/
+18
*
Automatically reorder C/C++ link dependencies in Soong
Jeff Gaston
2017-10-18
1
-0
/
+26
[next]