Searched refs:TestProductVariables (Results 1 – 9 of 9) sorted by relevance
88 config.TestProductVariables.DeviceVndkVersion = StringPtr("current")89 config.TestProductVariables.Platform_vndk_version = StringPtr("29")214 config.TestProductVariables.DeviceVndkVersion = StringPtr("current")215 config.TestProductVariables.Platform_vndk_version = StringPtr("29")216 config.TestProductVariables.DirectedVendorSnapshot = true218 config.TestProductVariables.VendorSnapshotModules["libvendor"] = true219 config.TestProductVariables.VendorSnapshotModules["libfoo"] = true803 config.TestProductVariables.DeviceVndkVersion = StringPtr("31")804 config.TestProductVariables.Platform_vndk_version = StringPtr("32")994 config.TestProductVariables.DeviceVndkVersion = StringPtr("28")[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")134 config.TestProductVariables.Platform_vndk_version = StringPtr("29")774 config.TestProductVariables.VndkUseCoreVariant = BoolPtr(true)801 config.TestProductVariables.VndkUseCoreVariant = BoolPtr(true)852 config.TestProductVariables.VndkUseCoreVariant = BoolPtr(true)[all …]
203 config.TestProductVariables.Platform_version_active_codenames = []string{"R"}226 config.TestProductVariables.Platform_version_active_codenames = []string{"R"}
102 TestProductVariables *productVariables member283 config.TestProductVariables = &config.productVariables329 config.TestProductVariables.DeviceArch = proptools.StringPtr("arm64")330 config.TestProductVariables.DeviceArchVariant = proptools.StringPtr("armv8-a")331 config.TestProductVariables.DeviceSecondaryArch = proptools.StringPtr("arm")332 config.TestProductVariables.DeviceSecondaryArchVariant = proptools.StringPtr("armv7-a-neon")
319 config.TestProductVariables.VendorVars = vendorVars
159 func TestProductVariables(t *testing.T) { func
731 testConfig.TestProductVariables.BoardUsesRecoveryAsBoot = proptools.BoolPtr(true)732 testConfig.TestProductVariables.BoardMoveRecoveryResourcesToVendorBoot = proptools.BoolPtr(true)
677 config.TestProductVariables.Allow_missing_dependencies = proptools.BoolPtr(true)
705 if config.ErrorProneClasspath == nil && ctx.Config().TestProductVariables == nil {