Home
last modified time | relevance | path

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

/build/soong/android/
Dconfig.go366 ShippingApiLevel: stringPtr("30"),
1656 func (c *deviceConfig) ShippingApiLevel() ApiLevel { func
1657 if c.config.productVariables.ShippingApiLevel == nil {
1660 apiLevel, _ := strconv.Atoi(*c.config.productVariables.ShippingApiLevel)
Dvariable.go427 ShippingApiLevel *string `json:",omitempty"` member
/build/make/core/
Dsoong_config.mk273 $(call add_json_str, ShippingApiLevel, $(PRODUCT_SHIPPING_API_LEVEL))