aboutsummaryrefslogtreecommitdiffstats
path: root/android/paths.go
Commit message (Expand)AuthorAgeFilesLines
* Fix missing genrule srcs and tools with ALLOW_MISSING_DEPENDENCIES=trueColin Cross2019-04-161-14/+39
* Replace ctx.ExpandSources with android.PathsForModuleSrcColin Cross2019-03-201-12/+120
* Remove ModuleSrcPathColin Cross2019-03-201-33/+25
* Remove ExpandSourcesSubDir and ModuleSrcPath.WithSubDirColin Cross2019-03-201-7/+30
* Fix Rel() after ReplaceExtension or InSameDirColin Cross2019-02-271-2/+2
* Add more paths helper methodsColin Cross2019-02-161-1/+70
* Add OutputPath.ReplaceExtension()Colin Cross2019-02-121-0/+10
* Improve error messages about pathsMikhail Naganov2019-02-081-5/+5
* Allow disabling implicit resource_dirs and asset_dirsColin Cross2019-02-081-2/+2
* Avoid filepath.AbsColin Cross2019-01-241-20/+6
* Dexpreopt soong modules inside soongColin Cross2018-12-151-33/+61
* Revert "Dexpreopt soong modules inside soong"Colin Cross2018-12-141-57/+33
* Revert "Fix MaybeRel when OUT is absolute"Colin Cross2018-12-141-4/+0
* Fix MaybeRel when OUT is absoluteColin Cross2018-12-131-0/+4
* Dexpreopt soong modules inside soongColin Cross2018-12-131-33/+57
* Stop using DIST_DIR in SoongDan Willemsen2018-10-201-40/+0
* Update soong for ShouldFollowSymlinks argument to pathtools.GlobColin Cross2018-09-211-1/+1
* Allow '$' in some pathsColin Cross2018-09-131-12/+11
* Allow paths containing glob characters in glob resultsColin Cross2018-08-161-5/+24
* Make :module provide the output file for java modulesColin Cross2018-08-161-0/+5
* Add support for /product-services partitionDario Freni2018-07-191-0/+2
* Support text ABI dump file formatLogan Chien2018-07-111-10/+19
* Remove vndkVsNdk()Logan Chien2018-07-111-6/+8
* Remove isSourceDump from PathForVndkRefAbiDump()Logan Chien2018-07-111-11/+3
* Recovery partition has same layout as systemJiyong Park2018-06-091-1/+2
* Support recovery and recovery_availableJiyong Park2018-05-151-0/+3
* Reverse RRO dir paths when passing to MakeColin Cross2018-04-171-0/+12
* Make Config.ProductVariables privateDan Willemsen2018-04-111-2/+2
* Add DistPath to reference the dist folderDan Willemsen2018-03-121-0/+40
* Consider binder bitness while looking for abi references.Jayant Chowdhary2018-03-081-2/+2
* For abi diffing, factor in arch variant and primary arch.Jayant Chowdhary2018-03-011-3/+12
* Turn GlobFiles into a Glob for files, use itDan Willemsen2018-03-011-2/+5
* Move AllowMissingDependencies check from PathsForSource to PathForSourceColin Cross2018-02-231-76/+75
* Pass nil instead of []string{} to ctx.Glob* functionsColin Cross2018-02-231-2/+2
* Revert "Move AllowMissingDependencies check from PathsForSource to PathForSou...Colin Cross2018-02-231-61/+75
* Move AllowMissingDependencies check from PathsForSource to PathForSourceColin Cross2018-02-221-75/+61
* Propagate errors out of validatePathColin Cross2018-02-221-45/+92
* Remove unused intermediates parameter from ExistentPathForSourceColin Cross2018-02-221-11/+5
* Use product instead of oem for Product specific moduleJaekyun Seok2018-01-251-1/+1
* Add [soc|device|product]_specificJiyong Park2017-12-211-1/+5
* Fix PathForPhonyColin Cross2017-12-111-1/+10
* Make (Source|Output)Path.Join("foo").Rel() return "foo"Colin Cross2017-12-061-5/+15
* Replace ModuleContext.AConfig() with Config()Colin Cross2017-11-301-3/+3
* Make *Context.Config return a Config instead of a interface{}Colin Cross2017-11-301-21/+12
* Replace aapt support with aapt2Colin Cross2017-11-291-0/+12
* Wrap PackageContext and SingletonContextColin Cross2017-11-291-0/+11
* Add searchable android.DirectorySortedPathsColin Cross2017-11-131-0/+33
* Move first/last unique elements utility functions to android packageColin Cross2017-10-241-2/+20
* Use full relative paths to get module outputs in testsColin Cross2017-10-191-6/+18
* Automatically reorder C/C++ link dependencies in SoongJeff Gaston2017-10-181-0/+26