Searched refs:RustModule (Results 1 – 11 of 11) sorted by relevance
165 if ctx.RustModule().CrateName() == "std" {166 envVars = append(envVars, "STD_ENV_ARCH="+config.StdEnvArch[ctx.RustModule().Arch().ArchType])170 moduleGenDir := ctx.RustModule().compiler.CargoOutDir()197 crateName := ctx.RustModule().CrateName()231 …if ctx.RustModule().Bootstrap() && !ctx.RustModule().InRecovery() && !ctx.RustModule().InRamdisk()…254 moduleGenDir := ctx.RustModule().compiler.CargoOutDir()279 if ctx.RustModule().compiler.CargoEnvCompat() {280 if _, ok := ctx.RustModule().compiler.(*binaryDecorator); ok {283 envVars = append(envVars, "CARGO_CRATE_NAME="+ctx.RustModule().CrateName())284 pkgVersion := ctx.RustModule().compiler.CargoPkgVersion()[all …]
133 ccToolchain := ctx.RustModule().ccToolchain(ctx)151 if ctx.RustModule().UseVndk() {153 if ctx.RustModule().InVendor() {155 } else if ctx.RustModule().InProduct() {160 if ctx.RustModule().InRecovery() {168 ctx.RustModule().apexSdkVersion.FinalOrFutureInt()))
124 …return ctx.ModuleContext.SocSpecific() || (ctx.RustModule().InVendor() && !ctx.RustModule().Vendor…129 …return ctx.ModuleContext.DeviceSpecific() || (ctx.RustModule().InVendor() && ctx.RustModule().Vend…139 return ctx.ModuleContext.ProductSpecific() || ctx.RustModule().productSpecificModuleContext()
265 if ctx.RustModule().UseVndk() {395 if ctx.RustModule().StaticExecutable() {439 if compiler.location == InstallInData && ctx.RustModule().UseVndk() {440 if ctx.RustModule().InProduct() {442 } else if ctx.RustModule().InVendor() {458 path := ctx.RustModule().OutputFile()
118 if binary, ok := ctx.RustModule().compiler.(binaryInterface); ok && binary.testBinary() {148 if !ctx.RustModule().StaticExecutable() {165 if !ctx.RustModule().StaticExecutable() {210 …if (ctx.RustModule().InRamdisk() || ctx.RustModule().InVendorRamdisk() || ctx.RustModule().InRecov…
31 ccFlags := cc.StripFlags{Toolchain: ctx.RustModule().ccToolchain(ctx)}
77 …cov.Properties = cc.SetCoverageProperties(ctx, cov.Properties, ctx.RustModule().nativeCoverage(), …
124 if ctx.RustModule().InVendor() || ctx.RustModule().UseVndk() {
766 RustModule() *Module methodSpec782 func (ctx *moduleContext) RustModule() *Module { func787 return ctx.RustModule().toolchain(ctx)790 func (ctx *depsContext) RustModule() *Module { func795 return ctx.RustModule().toolchain(ctx)798 func (ctx *baseModuleContext) RustModule() *Module { func803 return ctx.RustModule().toolchain(ctx)949 ctx.Phony("rust", ctx.RustModule().OutputFile().Path())
172 } else if ctx.RustModule().InVendor() {
259 if ctx.RustModule().InVendor() {