aboutsummaryrefslogtreecommitdiffstats
path: root/android/paths.go
Commit message (Expand)AuthorAgeFilesLines
* Consider binder bitness while looking for abi references.Jayant Chowdhary2018-03-121-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
* Some clarifications in preparation to automatically order linker dependenciesJeff Gaston2017-10-181-1/+1
* Initial kotlin supportColin Cross2017-10-171-0/+33
* Add java file resources and flag to include sourcesColin Cross2017-09-291-0/+3
* Add target.linux_glibc and target.bionicDan Willemsen2017-09-261-1/+9
* Remove more duplicated flags and dependenciesDan Willemsen2017-08-291-0/+17
* Fix install location for vendor testsDan Willemsen2017-07-061-4/+15
* Fix install path for sanitized native tests. (Soong)Vishwath Mohan2017-06-071-3/+5
* Optimizations to abi checking.Jayant Chowdhary2017-05-251-2/+2
* Clarify paths.go somewhatJeff Gaston2017-05-151-34/+34
* Use ctx.ModuleBuild for darwin arColin Cross2017-05-091-0/+22
* Add header-abi-checker for Vndk abi checks.Jayant Chowdhary2017-04-141-0/+24
* Implement vendor as a synonym of proprietaryDan Willemsen2017-04-071-1/+1
* Refactor sanitized library on-disk layout - Soong.Vishwath Mohan2017-03-311-1/+4
* Support data properties for test binariesColin Cross2017-02-021-6/+33
* Update soong to use pathtools.FileSystemColin Cross2017-02-021-8/+6
* Remove extra basePath from ModuleSrcPathColin Cross2017-02-011-11/+5
* Support system/vendor for devices without a vendor partitionDan Willemsen2016-12-051-1/+1
* Move globbing to BlueprintColin Cross2016-11-041-8/+10
* Add subdir to GenPathDan Willemsen2016-11-021-8/+8
* Add Path.Base helperColin Cross2016-10-271-1/+8
* Simplify arch target handlingColin Cross2016-06-021-1/+1
* Revert "Simplify arch target handling"Colin Cross2016-06-031-1/+1
* Simplify arch target handlingColin Cross2016-06-021-1/+1
* Rename common to androidColin Cross2016-05-181-0/+668