Home
last modified time | relevance | path

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

/build/soong/cc/
Dlinker.go281 if ctx.inVendor() {
537 if ctx.inVendor() && linker.Properties.Target.Vendor.Version_script != nil {
Dlibrary.go389 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())) {
Dcompiler.go363 if ctx.inVendor() {
490 if ctx.inVendor() {
Dtest.go362 if ctx.inVendor() || ctx.useVndk() {
Dimage.go67 func (ctx *moduleContextImpl) inVendor() bool { func