Home
last modified time | relevance | path

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

/aosp12/build/soong/cc/
H A Dvendor_snapshot_test.go88 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 = true
218 config.TestProductVariables.VendorSnapshotModules["libvendor"] = true
219 config.TestProductVariables.VendorSnapshotModules["libfoo"] = true
803 config.TestProductVariables.DeviceVndkVersion = StringPtr("31")
804 config.TestProductVariables.Platform_vndk_version = StringPtr("32")
994 config.TestProductVariables.DeviceVndkVersion = StringPtr("28")
[all …]
H A 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")
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 …]
H A Dlibrary_test.go203 config.TestProductVariables.Platform_version_active_codenames = []string{"R"}
226 config.TestProductVariables.Platform_version_active_codenames = []string{"R"}
/aosp12/build/soong/android/
H A Dconfig.go102 TestProductVariables *productVariables member
283 config.TestProductVariables = &config.productVariables
329 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")
H A Dsoong_config_modules_test.go319 config.TestProductVariables.VendorVars = vendorVars
H A Dvariable_test.go159 func TestProductVariables(t *testing.T) { func
H A Dpaths_test.go731 testConfig.TestProductVariables.BoardUsesRecoveryAsBoot = proptools.BoolPtr(true)
732 testConfig.TestProductVariables.BoardMoveRecoveryResourcesToVendorBoot = proptools.BoolPtr(true)
/aosp12/build/soong/genrule/
H A Dgenrule_test.go677 config.TestProductVariables.Allow_missing_dependencies = proptools.BoolPtr(true)
/aosp12/build/soong/java/
H A Dbase.go705 if config.ErrorProneClasspath == nil && ctx.Config().TestProductVariables == nil {