Searched refs:checkPropertyEmpty (Results 1 – 1 of 1) sorted by relevance
/build/soong/java/ |
D | generated_java_library.go | 87 func checkPropertyEmpty(ctx android.ModuleContext, module *GeneratedJavaLibraryModule, name string,… func 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)
|