Lines Matching refs:Because
94 Because("include_dirs is deprecated, all usages of '" + path + "' have been migrated" +
110 Because("the VNDK can never contain a library that is device dependent."),
115 Because("a VNDK module can never have an owner."),
123 Because("manifest enforcement should be independent of ."),
129 Because("nothing should care if linker namespaces are enabled or not"),
172 Because("updatable-media includes private APIs. Use updatable_media_stubs instead."),
187 Because("java_device_for_host can only be used in allowed projects"),
218 Because("sdk_variant_only can only be used in allowed projects"),
222 Because("platform variant properties can only be used in allowed projects"),
231 Because("uncompress_dex is only allowed for certain jars for test in art."),
240 Because("Only boot images may be imported as a makefile goal."),
374 Because(reason string) Rule methodSpec
463 func (r *rule) Because(reason string) Rule { func