diff --git a/device-caiman.mk b/device-caiman.mk index 56b02b80..b6d95ab6 100644 --- a/device-caiman.mk +++ b/device-caiman.mk @@ -14,6 +14,8 @@ # limitations under the License. # +SHIPPING_API_LEVEL := 34 + ifdef RELEASE_GOOGLE_CAIMAN_RADIO_DIR RELEASE_GOOGLE_PRODUCT_RADIO_DIR := $(RELEASE_GOOGLE_CAIMAN_RADIO_DIR) endif diff --git a/device-komodo.mk b/device-komodo.mk index 0084c88b..5cd32a75 100644 --- a/device-komodo.mk +++ b/device-komodo.mk @@ -14,6 +14,8 @@ # limitations under the License. # +SHIPPING_API_LEVEL := 34 + ifdef RELEASE_GOOGLE_KOMODO_RADIO_DIR RELEASE_GOOGLE_PRODUCT_RADIO_DIR := $(RELEASE_GOOGLE_KOMODO_RADIO_DIR) endif diff --git a/device-ripcurrent24.mk b/device-ripcurrent24.mk index 062f26d3..6f43fb72 100644 --- a/device-ripcurrent24.mk +++ b/device-ripcurrent24.mk @@ -14,6 +14,8 @@ # limitations under the License. # +SHIPPING_API_LEVEL := 34 + ifdef RELEASE_GOOGLE_RIPCURRENT24_RADIO_DIR RELEASE_GOOGLE_PRODUCT_RADIO_DIR := $(RELEASE_GOOGLE_RIPCURRENT24_RADIO_DIR) endif diff --git a/device-ripcurrentpro.mk b/device-ripcurrentpro.mk index c02b7190..0580cdfb 100644 --- a/device-ripcurrentpro.mk +++ b/device-ripcurrentpro.mk @@ -14,6 +14,8 @@ # limitations under the License. # +SHIPPING_API_LEVEL := 34 + ifdef RELEASE_GOOGLE_RIPCURRENTPRO_RADIO_DIR RELEASE_GOOGLE_PRODUCT_RADIO_DIR := $(RELEASE_GOOGLE_RIPCURRENTPRO_RADIO_DIR) endif diff --git a/device-tokay.mk b/device-tokay.mk index ca3e3d44..342a9d1f 100644 --- a/device-tokay.mk +++ b/device-tokay.mk @@ -14,6 +14,8 @@ # limitations under the License. # +SHIPPING_API_LEVEL := 34 + ifdef RELEASE_GOOGLE_TOKAY_RADIO_DIR RELEASE_GOOGLE_PRODUCT_RADIO_DIR ?= $(RELEASE_GOOGLE_TOKAY_RADIO_DIR) endif