aboutsummaryrefslogtreecommitdiffstats
path: root/android/testing.go
Commit message (Expand)AuthorAgeFilesLines
* Add a prod var to override package names.Jaewoong Jung2019-01-251-2/+15
* Add Maybe* methods to TestingModuleColin Cross2019-01-051-8/+51
* Don't create non-primary arch variant for recovery-only moduleJiyong Park2018-07-121-0/+10
* Add unit tests for android/neverallow.goLogan Chien2018-03-151-0/+24
* Extract failIfErrored() to android/testing.goLogan Chien2018-03-151-0/+11
* Make TestModule.Output print a list of all outputs on errorColin Cross2017-12-061-1/+4
* Make ninja file deterministic even with dup module namesJeff Gaston2017-12-041-5/+9
* Revert "Revert "Soong support for namespaces""Jeff Gaston2017-12-041-1/+8
* Add enforced RRO support to SoongColin Cross2017-12-011-1/+1
* Revert "Soong support for namespaces"Jeff Gaston2017-11-301-8/+1
* Convert a missed SingletonColin Cross2017-11-301-1/+1
* Soong support for namespacesJeff Gaston2017-11-291-1/+8
* Autodetect files named Android.bp in testsJeff Gaston2017-11-171-0/+20
* Move ModuleContext.ModuleBuild to ModuleContext.BuildColin Cross2017-10-241-3/+3
* Support Turbine in Soong.Nan Zhang2017-10-201-0/+9
* Use full relative paths to get module outputs in testsColin Cross2017-10-191-1/+1
* Automatically reorder C/C++ link dependencies in SoongJeff Gaston2017-10-181-1/+8
* Add test infrastructure for running the arch mutatorColin Cross2017-09-201-0/+6
* Add integration testing infrastructureColin Cross2017-07-141-0/+98