Lines Matching refs:DeviceConfig
329 if mctx.DeviceConfig().VndkUseCoreVariant() && !m.Properties.MustUseVendorVariant {
367 …if p, ok := m.linker.(*vndkPrebuiltLibraryDecorator); ok && !p.matchesWithDevice(mctx.DeviceConfig…
373 if mctx.DeviceConfig().VndkVersion() == "" {
381 useCoreVariant := m.VndkVersion() == mctx.DeviceConfig().PlatformVndkVersion() &&
382 mctx.DeviceConfig().VndkUseCoreVariant() && !m.MustUseVendorVariant()
475 filename = insertVndkVersion(txt.Name(), ctx.DeviceConfig().PlatformVndkVersion())
527 func isVndkSnapshotLibrary(config android.DeviceConfig, m *Module) (i snapshotLibraryInterface, vnd… argument
554 if ctx.DeviceConfig().VndkVersion() != "current" {
558 if ctx.DeviceConfig().PlatformVndkVersion() == "" {
593 snapshotArchDir := filepath.Join(snapshotDir, ctx.DeviceConfig().DeviceArch())
653 l, vndkType, ok := isVndkSnapshotLibrary(ctx.DeviceConfig(), m)
747 …zipPath := android.PathForOutput(ctx, snapshotDir, "android-vndk-"+ctx.DeviceConfig().DeviceArch()…
751 …snapshotOutputList := android.PathForOutput(ctx, snapshotDir, "android-vndk-"+ctx.DeviceConfig().D…