Lines Matching refs:android
21 var pctx = android.NewPackageContext("android/soong/fs_config")
24 android.RegisterModuleType("target_fs_config_gen_filegroup", targetFSConfigGenFactory)
29 func targetFSConfigGenFactory() android.Module {
31 android.InitAndroidModule(module)
35 var _ android.SourceFileProducer = (*targetFSConfigGen)(nil)
38 android.ModuleBase
39 paths android.Paths
42 func (targetFSConfigGen) DepsMutator(ctx android.BottomUpMutatorContext) {}
44 func (t *targetFSConfigGen) GenerateAndroidBuildActions(ctx android.ModuleContext) {
46 t.paths = android.PathsForSource(ctx, ret)
48 path := android.PathForModuleGen(ctx, "empty")
49 t.paths = android.Paths{path}
51 rule := android.NewRuleBuilder()
58 func (t *targetFSConfigGen) Srcs() android.Paths {