Searched refs:TestProductVariables (Results 1 – 10 of 10) sorted by relevance
91 config.TestProductVariables.DeviceVndkVersion = StringPtr("current")92 config.TestProductVariables.Platform_vndk_version = StringPtr("29")217 config.TestProductVariables.DeviceVndkVersion = StringPtr("current")218 config.TestProductVariables.Platform_vndk_version = StringPtr("29")219 config.TestProductVariables.DirectedVendorSnapshot = true220 config.TestProductVariables.VendorSnapshotModules = make(map[string]bool)221 config.TestProductVariables.VendorSnapshotModules["libvendor"] = true222 config.TestProductVariables.VendorSnapshotModules["libfoo"] = true820 config.TestProductVariables.DeviceVndkVersion = StringPtr("31")821 config.TestProductVariables.Platform_vndk_version = StringPtr("32")[all …]
78 config.TestProductVariables.Platform_vndk_version = StringPtr("29")91 config.TestProductVariables.DeviceVndkVersion = StringPtr("current")92 config.TestProductVariables.Platform_vndk_version = StringPtr("29")118 config.TestProductVariables.DeviceVndkVersion = StringPtr("current")119 config.TestProductVariables.Platform_vndk_version = StringPtr("29")132 config.TestProductVariables.DeviceVndkVersion = StringPtr("current")133 config.TestProductVariables.ProductVndkVersion = StringPtr("current")134 config.TestProductVariables.Platform_vndk_version = StringPtr("29")485 config.TestProductVariables.DeviceVndkVersion = StringPtr("current")486 config.TestProductVariables.ProductVndkVersion = StringPtr("current")[all …]
204 config.TestProductVariables.Platform_version_active_codenames = []string{"R"}227 config.TestProductVariables.Platform_version_active_codenames = []string{"R"}
50 config.TestProductVariables.DeviceVndkVersion = proptools.StringPtr("current")51 config.TestProductVariables.RecoverySnapshotVersion = proptools.StringPtr("current")455 config.TestProductVariables.DirectedVendorSnapshot = true456 config.TestProductVariables.VendorSnapshotModules = make(map[string]bool)457 config.TestProductVariables.VendorSnapshotModules["prebuilt_vendor"] = true458 config.TestProductVariables.DirectedRecoverySnapshot = true459 config.TestProductVariables.RecoverySnapshotModules = make(map[string]bool)460 config.TestProductVariables.RecoverySnapshotModules["prebuilt_recovery"] = true
190 ctx.Config().TestProductVariables.VendorSnapshotModules = make(map[string]bool)191 ctx.Config().TestProductVariables.VendorSnapshotModules["librustvendor_available"] = true192 ctx.Config().TestProductVariables.VendorSnapshotModules["libffivendor_available"] = true193 ctx.Config().TestProductVariables.DirectedVendorSnapshot = true1321 ctx.Config().TestProductVariables.RecoverySnapshotModules = make(map[string]bool)1322 ctx.Config().TestProductVariables.RecoverySnapshotModules["librecovery"] = true1323 ctx.Config().TestProductVariables.RecoverySnapshotModules["librecovery_rlib"] = true1324 ctx.Config().TestProductVariables.DirectedRecoverySnapshot = true
159 func TestProductVariables(t *testing.T) { func
113 TestProductVariables *productVariables member383 config.TestProductVariables = &config.productVariables414 config.TestProductVariables.DeviceArch = proptools.StringPtr("arm64")415 config.TestProductVariables.DeviceArchVariant = proptools.StringPtr("armv8-a")416 config.TestProductVariables.DeviceSecondaryArch = proptools.StringPtr("arm")417 config.TestProductVariables.DeviceSecondaryArchVariant = proptools.StringPtr("armv7-a-neon")
743 testConfig.TestProductVariables.BoardUsesRecoveryAsBoot = proptools.BoolPtr(true)744 testConfig.TestProductVariables.BoardMoveRecoveryResourcesToVendorBoot = proptools.BoolPtr(true)
679 config.TestProductVariables.Allow_missing_dependencies = proptools.BoolPtr(true)
859 if config.ErrorProneClasspath == nil && ctx.Config().TestProductVariables == nil {