Lines Matching refs:variables
41 android.FixtureModifyProductVariables(func(variables android.FixtureProductVariables) {
42 variables.DeviceVndkVersion = StringPtr("current")
43 variables.ProductVndkVersion = StringPtr("current")
44 variables.Platform_vndk_version = StringPtr("29")
98 func(variables android.FixtureProductVariables) {
99 variables.DeviceVndkVersion = StringPtr(device_version)
100 variables.ProductVndkVersion = StringPtr(product_version)
101 variables.Platform_vndk_version = StringPtr(vndk_version)
114 func(variables android.FixtureProductVariables) {
115 variables.DeviceVndkVersion = StringPtr(device_version)
116 variables.RecoverySnapshotVersion = StringPtr(recovery_version)
117 variables.Platform_vndk_version = StringPtr(vndk_version)
132 func(variables android.FixtureProductVariables) {
133 variables.ClangCoverage = proptools.BoolPtr(true)
134 variables.Native_coverage = proptools.BoolPtr(true)
135 variables.NativeCoveragePaths = []string{"*"}
166 func(variables android.FixtureProductVariables) {
167 variables.DeviceVndkVersion = StringPtr("current")
168 variables.ProductVndkVersion = StringPtr("current")
169 variables.Platform_vndk_version = StringPtr("VER")