Home
last modified time | relevance | path

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

/build/soong/sdk/
Dupdate.go529 for _, osType := range s.getPossibleOsTypes() {
530 if combined, ok := osTypeToCombinedProperties[osType]; ok {
531 osPropertySet := targetPropertySet.AddPropertySet(osType.Name)
1240 osType android.OsType member
1254 func newOsTypeSpecificInfo(ctx android.SdkMemberContext, osType android.OsType, variantPropertiesFa…
1256 osType: osType,
1261 properties.Base().Os = osType
1296 …archInfo := newArchSpecificInfo(ctx, archType, osType, osSpecificVariantPropertiesFactory, archVar…
1338 (osInfo.osType.Class == android.Device || !ctx.memberType.IsHostOsDependent()) {
1375 osType := osInfo.osType
[all …]