Searched refs:inVendor (Results 1 – 5 of 5) sorted by relevance
281 if ctx.inVendor() {537 if ctx.inVendor() && linker.Properties.Target.Vendor.Version_script != nil {
389 if ctx.inVendor() && f.Properties.Target.Vendor.Override_export_include_dirs != nil {936 func (library *libraryDecorator) getLibNameHelper(baseModuleName string, inVendor bool, inProduct b…946 if inVendor {961 name := library.getLibNameHelper(ctx.baseModuleName(), ctx.inVendor(), ctx.inProduct())1067 if ctx.inVendor() {1552 if ctx.Device() && (ctx.ProductSpecific() || (isOwnerPlatform && ctx.inVendor())) {
363 if ctx.inVendor() {490 if ctx.inVendor() {
362 if ctx.inVendor() || ctx.useVndk() {
67 func (ctx *moduleContextImpl) inVendor() bool { func