Lines Matching refs:PropertyErrorf
698 mctx.PropertyErrorf("use_vndk_as_stable", "not supported for system/system_ext APEXes")
844 …mctx.PropertyErrorf("type", "%q is not one of \"image\", \"zip\", or \"both\".", *ab.properties.Pa…
1348 ctx.PropertyErrorf("use_vendor", "not allowed to set use_vendor: true")
1827 ctx.PropertyErrorf("min_sdk_version", "%s", err.Error())
1888 ctx.PropertyErrorf("updatable", "updatable APEXes should set min_sdk_version as well")
1982 ctx.PropertyErrorf("tests", "property not allowed in apex module type")
2007 ctx.PropertyErrorf("uses", "%q is not a provider", otherName)
2011 ctx.PropertyErrorf("use_vendor", "%q has different value of use_vendor", otherName)
2015 ctx.PropertyErrorf("uses", "%q does not provide native_shared_libs", otherName)
2049 ctx.PropertyErrorf(propertyName, "%q is not a cc_library or cc_library_shared module", depName)
2062 …ctx.PropertyErrorf("binaries", "%q is neither cc_binary, (embedded) py_binary, (host) blueprint_go…
2069 ctx.PropertyErrorf("java_libs", "%q is not configured to be compiled into dex", depName)
2075 …ctx.PropertyErrorf("java_libs", "%q of type %q is not supported", depName, ctx.OtherModuleType(chi…
2095 ctx.PropertyErrorf("apps", "%q is not an android_app module", depName)
2101 ctx.PropertyErrorf("rros", "%q is not an runtime_resource_overlay module", depName)
2109 …ctx.PropertyErrorf("prebuilts", "%q is not a prebuilt_etc and not a platform_compat_config module"…
2128 ctx.PropertyErrorf("tests", "%q is not a cc module", depName)
2135 ctx.PropertyErrorf("key", "%q is not an apex_key module", depName)
2240 ctx.PropertyErrorf("key", "private_key for %q could not be found", String(a.properties.Key))