Lines Matching refs:Library
22 Library anonMember
70 module.Library.properties.Libs = append(module.Library.properties.Libs, name)
78 module.Library.properties.Static_libs = append(module.Library.properties.Static_libs, name)
84 module.Library.DepsMutator(ctx)
96 checkPropertyEmpty(ctx, module, "srcs", module.Library.properties.Srcs)
97 checkPropertyEmpty(ctx, module, "common_srcs", module.Library.properties.Common_srcs)
98 checkPropertyEmpty(ctx, module, "exclude_srcs", module.Library.properties.Exclude_srcs)
99 checkPropertyEmpty(ctx, module, "java_resource_dirs", module.Library.properties.Java_resource_dirs)
100 …checkPropertyEmpty(ctx, module, "exclude_java_resource_dirs", module.Library.properties.Exclude_ja…
103 checkPropertyEmpty(ctx, module, "plugins", module.Library.properties.Plugins)
104 checkPropertyEmpty(ctx, module, "exported_plugins", module.Library.properties.Exported_plugins)
108 …module.Library.properties.Generated_srcjars = append(module.Library.properties.Generated_srcjars, …
109 …module.Library.properties.Aconfig_Cache_files = append(module.Library.properties.Aconfig_Cache_fil…
110 module.Library.GenerateAndroidBuildActions(ctx)