Home
last modified time | relevance | path

Searched refs:TestProductVariables (Results 1 – 10 of 10) sorted by relevance

/build/soong/cc/
Dvendor_snapshot_test.go91 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 = true
220 config.TestProductVariables.VendorSnapshotModules = make(map[string]bool)
221 config.TestProductVariables.VendorSnapshotModules["libvendor"] = true
222 config.TestProductVariables.VendorSnapshotModules["libfoo"] = true
820 config.TestProductVariables.DeviceVndkVersion = StringPtr("31")
821 config.TestProductVariables.Platform_vndk_version = StringPtr("32")
[all …]
Dcc_test.go78 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 …]
Dlibrary_test.go204 config.TestProductVariables.Platform_version_active_codenames = []string{"R"}
227 config.TestProductVariables.Platform_version_active_codenames = []string{"R"}
/build/soong/etc/
Dprebuilt_etc_test.go50 config.TestProductVariables.DeviceVndkVersion = proptools.StringPtr("current")
51 config.TestProductVariables.RecoverySnapshotVersion = proptools.StringPtr("current")
455 config.TestProductVariables.DirectedVendorSnapshot = true
456 config.TestProductVariables.VendorSnapshotModules = make(map[string]bool)
457 config.TestProductVariables.VendorSnapshotModules["prebuilt_vendor"] = true
458 config.TestProductVariables.DirectedRecoverySnapshot = true
459 config.TestProductVariables.RecoverySnapshotModules = make(map[string]bool)
460 config.TestProductVariables.RecoverySnapshotModules["prebuilt_recovery"] = true
/build/soong/rust/
Dvendor_snapshot_test.go190 ctx.Config().TestProductVariables.VendorSnapshotModules = make(map[string]bool)
191 ctx.Config().TestProductVariables.VendorSnapshotModules["librustvendor_available"] = true
192 ctx.Config().TestProductVariables.VendorSnapshotModules["libffivendor_available"] = true
193 ctx.Config().TestProductVariables.DirectedVendorSnapshot = true
1321 ctx.Config().TestProductVariables.RecoverySnapshotModules = make(map[string]bool)
1322 ctx.Config().TestProductVariables.RecoverySnapshotModules["librecovery"] = true
1323 ctx.Config().TestProductVariables.RecoverySnapshotModules["librecovery_rlib"] = true
1324 ctx.Config().TestProductVariables.DirectedRecoverySnapshot = true
/build/soong/android/
Dvariable_test.go159 func TestProductVariables(t *testing.T) { func
Dconfig.go113 TestProductVariables *productVariables member
383 config.TestProductVariables = &config.productVariables
414 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")
Dpaths_test.go743 testConfig.TestProductVariables.BoardUsesRecoveryAsBoot = proptools.BoolPtr(true)
744 testConfig.TestProductVariables.BoardMoveRecoveryResourcesToVendorBoot = proptools.BoolPtr(true)
/build/soong/genrule/
Dgenrule_test.go679 config.TestProductVariables.Allow_missing_dependencies = proptools.BoolPtr(true)
/build/soong/java/
Dbase.go859 if config.ErrorProneClasspath == nil && ctx.Config().TestProductVariables == nil {