platform_build_soong/android
Nan Zhang 2502e12ba9 Fixed the issue of dependencyTag in prebuilt.go
Directly using blueprint.BaseDependencyTag might cause issues because
if other modules also use blueprint.BaseDependencyTag, the
different type of modules will be mixed when fetched based on Tag.

Test: m -j out/soong/build.ninja
Change-Id: I290ca2eea063e5daa4f572985b105b958fa1d0fd
2017-03-09 18:50:31 -08:00
..
androidmk.go Added phony module type for soong. 2017-02-06 22:23:19 -08:00
arch.go Do not duplicate arch properties when cpu variant == arch variant 2016-12-20 09:53:14 -08:00
config.go Support path exclusion for native coverage. 2017-02-27 11:08:34 -08:00
defaults.go Add a Name property 2016-10-12 17:24:49 -07:00
defs.go Add a "license" property to ndk_headers. 2016-10-20 13:30:07 -07:00
env.go Add support for CMakefile generation 2017-02-07 09:43:02 -08: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 Added phony module type for soong. 2017-02-06 22:23:19 -08:00
mutator.go Fall back to prebuilts if source modules are disabled 2016-11-30 13:09:45 -08:00
onceper.go Add DeviceConfig and OncePer objects 2016-08-17 16:39:06 -07:00
package_ctx.go Update soong to use pathtools.FileSystem 2017-02-02 16:19:56 -08:00
paths.go Support data properties for test binaries 2017-02-02 16:23:30 -08:00
paths_test.go Rename common to android 2016-05-18 15:37:25 -07:00
prebuilt.go Fixed the issue of dependencyTag in prebuilt.go 2017-03-09 18:50:31 -08:00
prebuilt_test.go Re-enable prebuilt_test 2016-10-14 17:07:49 -07:00
register.go Add support for CMakefile generation 2017-02-07 09:43:02 -08:00
util.go Move globbing to Blueprint 2016-11-04 04:54:16 +00:00
variable.go Support path exclusion for native coverage. 2017-02-27 11:08:34 -08:00