platform_build_soong/android
Colin Cross 3f68a1362b Make android.ModuleContext not include blueprint.ModuleContext
android.ModuleContext should replace the blueprint.ModuleContext
methods with ones that take android.Module parameters instead of
blueprint.Module parameters.  As a first step, don't include
blueprint.ModuleContext in android.ModuleContext and manually
specify the methods from blueprint.ModuleContext that we need.
Future patches will replace these methods with ones that take
android.* types.  Also do the same for TopDownMutatorContext.

Test: m checkbuild
Change-Id: If11c298eed98bc65712b4942d0283cafa058726c
2017-10-24 10:58:59 -07:00
..
androidmk.go Add hostdex support 2017-10-10 08:02:20 -07:00
api_levels.go Add a name to API level map for O. 2017-08-29 11:50:34 -07:00
arch.go Add target.linux for linux kernel based targets 2017-10-03 14:44:06 -07:00
config.go Use prebuilt dx for PDK builds 2017-10-24 10:52:26 -07:00
defaults.go Add support for java_defaults modules 2017-07-20 05:47:27 +00:00
defs.go Make binaries executable 2017-08-31 13:48:52 -07:00
env.go Revert "Revert "Ensure environment dependencies are correct"" 2017-05-15 15:22:45 -07:00
expand.go genrule: expand $$ to $$ 2016-11-22 15:41:08 -08:00
expand_test.go genrule: expand $$ to $$ 2016-11-22 15:41:08 -08:00
hooks.go Replace PropertyCustomizer with hooks 2016-09-13 17:37:32 -07:00
makevars.go Expose the minimum supported SDK version to make. 2017-08-17 16:54:03 -07:00
module.go Make android.ModuleContext not include blueprint.ModuleContext 2017-10-24 10:58:59 -07:00
mutator.go Make android.ModuleContext not include blueprint.ModuleContext 2017-10-24 10:58:59 -07:00
onceper.go Add DeviceConfig and OncePer objects 2016-08-17 16:39:06 -07:00
package_ctx.go Add D8 support 2017-10-19 16:27:42 -07:00
paths.go Use full relative paths to get module outputs in tests 2017-10-19 20:44:11 +00:00
paths_test.go Let tests override environment 2017-10-10 23:28:43 -07:00
prebuilt.go Rename java_prebuilt_library to java_import 2017-08-11 15:24:11 -07:00
prebuilt_test.go Let tests override environment 2017-10-10 23:28:43 -07:00
proto.go Add support for .proto files in java modules 2017-10-03 10:25:15 -07:00
register.go Add integration testing infrastructure 2017-07-14 14:19:51 -07:00
testing.go Support Turbine in Soong. 2017-10-20 16:26:18 -07:00
util.go Allow integer_overflow sanitizer path exclusion. 2017-07-18 13:38:20 -07:00
variable.go Allow arch-specific modules to be disabled in the PDK 2017-10-17 16:25:26 -07:00
variable_test.go Support %s in product variable properties 2017-05-05 18:22:30 -07:00