Home
last modified time | relevance | path

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

/build/soong/cc/
Dinstaller.go91 if ctx.inProduct() {
Dcompiler.go446 } else if ctx.inProduct() {
573 if ctx.inProduct() {
Dlinker.go372 if ctx.inProduct() {
584 } else if ctx.inProduct() && linker.Properties.Target.Product.Version_script != nil {
Dlibrary.go292 if ctx.inProduct() && f.Properties.Target.Product.Override_export_include_dirs != nil {
624 …ersion() == "current" && ctx.PrimaryArch() && !ctx.inRecovery() && !ctx.inProduct() && !ctx.inVend…
727 func (library *libraryDecorator) getLibNameHelper(baseModuleName string, inVendor bool, inProduct b…
739 } else if inProduct {
752 name := library.getLibNameHelper(ctx.baseModuleName(), ctx.inVendor(), ctx.inProduct())
863 if ctx.inProduct() {
Dimage.go59 func (ctx *moduleContextImpl) inProduct() bool { func
Dcc.go510 inProduct() bool methodSpec
/build/soong/android/
Dsdk_version.go330 inProduct := ctx.ProductSpecific()
336 isUnbundled := inVendor || (inProduct && isProductUnbundled) || inApex
Dpaths.go2117 inProduct bool member
2166 return m.inProduct