platform_build_soong/genrule
Colin Cross 795c377e14 Use a minimal set of mutators, module types, and singletons for tests
Calling android.NewContext() in tests results in a context that
contains all the mutators, module types, and singletons, which
causes unexpected interactions in unit tests.  Create an empty
context instead, and add in only the necessary mutators, module
types, and singletons.

Bug: 36366816
Test: soong tests
Change-Id: Ic61262c37e3436b3ad4ccaca18b737021c304be6
2017-03-16 16:50:10 -07:00
..
filegroup.go Use a minimal set of mutators, module types, and singletons for tests 2017-03-16 16:50:10 -07:00
genrule.go Allow non-tool dependencies in genrules 2017-02-04 12:45:03 -08:00