platform_build_soong/java
Colin Cross 0875c52de7 Wrap PackageContext and SingletonContext
Wrap blueprint.PackageContext so that the *Func methods can provide
an android.Config instead of an interface{}.  The modified signatures
means that every method in ModuleContext and SingletonContext
that takes a blueprint.PackageContext now needs to be wrapped to
take an android.PackageContext.

SingletonContext wasn't previously wrapped at all, but as long
as it is, wrap everything like ModuleContext does.  This requires
updating every Singleton to use the android-specific methods.

Test: builds, all Soong tests pass
Change-Id: I4f22085ebca7def6c5cde49e8210b59d994ba625
2017-11-29 05:04:30 +00:00
..
config Wrap PackageContext and SingletonContext 2017-11-29 05:04:30 +00:00
androidmk.go Add Jacoco support 2017-11-22 16:08:53 -08:00
app.go Add Jacoco support 2017-11-22 16:08:53 -08:00
app_builder.go Move ModuleContext.ModuleBuild to ModuleContext.Build 2017-10-24 10:59:00 -07:00
builder.go kotlinc: Always pass -jvm-target 1.8 2017-11-18 04:11:59 +00:00
gen.go Wrap PackageContext and SingletonContext 2017-11-29 05:04:30 +00:00
jacoco.go Add Jacoco support 2017-11-22 16:08:53 -08:00
java.go Add Jacoco support 2017-11-22 16:08:53 -08:00
java_test.go Move java test resources in mock filesystem to a different directory 2017-11-24 11:22:21 -08:00
proto.go Remove partial javastream proto support 2017-11-17 11:22:08 -08:00
resources.go Correctly add dependencies to java_resource_dirs files 2017-10-04 17:19:43 -07:00
system_modules.go Add convenience phony targets for system modules 2017-10-24 16:02:53 -07:00