Home
last modified time | relevance | path

Searched refs:checkPropertyEmpty (Results 1 – 1 of 1) sorted by relevance

/build/soong/java/
Dgenerated_java_library.go87 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)
100checkPropertyEmpty(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)