Searched refs:ShippingApiLevel (Results 1 – 4 of 4) sorted by relevance
372 shippingApiLevel := ctx.DeviceConfig().ShippingApiLevel()435 shippingApiLevel := ctx.DeviceConfig().ShippingApiLevel()
267 ShippingApiLevel: stringPtr("30"),1481 func (c *deviceConfig) ShippingApiLevel() ApiLevel { func1482 if c.config.productVariables.ShippingApiLevel == nil {1485 apiLevel, _ := strconv.Atoi(*c.config.productVariables.ShippingApiLevel)
384 ShippingApiLevel *string `json:",omitempty"` member
253 $(call add_json_str, ShippingApiLevel, $(PRODUCT_SHIPPING_API_LEVEL))