aboutsummaryrefslogtreecommitdiffstats
path: root/phony
Commit message (Collapse)AuthorAgeFilesLines
* Refactor factoriesColin Cross2017-06-301-4/+3
| | | | | | | | | Change module factories from returning a blueprint.Module and a list of property structs to returning an android.Module, which holds the list of property structs. Test: build.ninja identical except for Factory: comment lines Change-Id: Ica1d823f009db812c518f271a386fbff39c9766f
* Added phony module type for soong.Nan Zhang2017-02-061-0/+63
The "required" field within "phony" module in .bp file has to be non-empty. And "phony" module doesn't contain any "src" files. Bug: b/32981153 Test: make -j out/soong/build.ninja Change-Id: Iaa2009467c44702572b97ca9cbd02c1d368c8d83