platform_build_soong/android
Colin Cross 1f44a3aa4f Don't pass same argument twice for defaults modules initialization
InitDefaultsModule and InitDefaultableModule were requiring the
module to be passed in as an argument twice, once as a
android.Module and once as an android.DefaultableMOdule.  Use
a type assertion instead.

Test: builds
Change-Id: I57d721e68a4f016e02c17a678af5f2ba25a9a430
2017-07-19 23:14:36 +00:00
..
androidmk.go Switch `owner` to *string to disable concat 2017-07-18 19:42:09 -07:00
api_levels.go Prettify soong ninja build descriptions 2017-05-10 11:04:16 -07:00
arch.go Refactor factories 2017-06-30 21:08:36 +00:00
config.go Allow integer_overflow sanitizer path exclusion. 2017-07-18 13:38:20 -07:00
defaults.go Don't pass same argument twice for defaults modules initialization 2017-07-19 23:14:36 +00:00
defs.go Fix the issue "\n" didn't get interpreted properly. 2017-05-16 15:10:29 -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 Move registration into android package 2016-10-12 14:30:44 -07:00
module.go Switch `owner` to *string to disable concat 2017-07-18 19:42:09 -07:00
mutator.go Add integration testing infrastructure 2017-07-14 14:19:51 -07:00
onceper.go Add DeviceConfig and OncePer objects 2016-08-17 16:39:06 -07:00
package_ctx.go Clarify paths.go somewhat 2017-05-15 11:31:48 -07:00
paths.go Fix install location for vendor tests 2017-07-06 18:09:46 -07:00
paths_test.go Fix install location for vendor tests 2017-07-06 18:09:46 -07:00
prebuilt.go Add integration testing infrastructure 2017-07-14 14:19:51 -07:00
prebuilt_test.go Add integration testing infrastructure 2017-07-14 14:19:51 -07:00
register.go Add integration testing infrastructure 2017-07-14 14:19:51 -07:00
testing.go Add integration testing infrastructure 2017-07-14 14:19:51 -07:00
util.go Allow integer_overflow sanitizer path exclusion. 2017-07-18 13:38:20 -07:00
variable.go Allow integer_overflow sanitizer path exclusion. 2017-07-18 13:38:20 -07:00
variable_test.go Support %s in product variable properties 2017-05-05 18:22:30 -07:00