Move PRODUCT_SHIPPING_API_LEVEL to define by device

Bug: 312876454
Change-Id: I4efc71932bf347939eed6617817c8219904f66c7
This commit is contained in:
Cyan_Hsieh 2024-05-17 18:27:37 +08:00
parent 8563c11733
commit eb3e79e9e1
5 changed files with 10 additions and 0 deletions

View file

@ -14,6 +14,8 @@
# limitations under the License. # limitations under the License.
# #
SHIPPING_API_LEVEL := 34
ifdef RELEASE_GOOGLE_CAIMAN_RADIO_DIR ifdef RELEASE_GOOGLE_CAIMAN_RADIO_DIR
RELEASE_GOOGLE_PRODUCT_RADIO_DIR := $(RELEASE_GOOGLE_CAIMAN_RADIO_DIR) RELEASE_GOOGLE_PRODUCT_RADIO_DIR := $(RELEASE_GOOGLE_CAIMAN_RADIO_DIR)
endif endif

View file

@ -14,6 +14,8 @@
# limitations under the License. # limitations under the License.
# #
SHIPPING_API_LEVEL := 34
ifdef RELEASE_GOOGLE_KOMODO_RADIO_DIR ifdef RELEASE_GOOGLE_KOMODO_RADIO_DIR
RELEASE_GOOGLE_PRODUCT_RADIO_DIR := $(RELEASE_GOOGLE_KOMODO_RADIO_DIR) RELEASE_GOOGLE_PRODUCT_RADIO_DIR := $(RELEASE_GOOGLE_KOMODO_RADIO_DIR)
endif endif

View file

@ -14,6 +14,8 @@
# limitations under the License. # limitations under the License.
# #
SHIPPING_API_LEVEL := 34
ifdef RELEASE_GOOGLE_RIPCURRENT24_RADIO_DIR ifdef RELEASE_GOOGLE_RIPCURRENT24_RADIO_DIR
RELEASE_GOOGLE_PRODUCT_RADIO_DIR := $(RELEASE_GOOGLE_RIPCURRENT24_RADIO_DIR) RELEASE_GOOGLE_PRODUCT_RADIO_DIR := $(RELEASE_GOOGLE_RIPCURRENT24_RADIO_DIR)
endif endif

View file

@ -14,6 +14,8 @@
# limitations under the License. # limitations under the License.
# #
SHIPPING_API_LEVEL := 34
ifdef RELEASE_GOOGLE_RIPCURRENTPRO_RADIO_DIR ifdef RELEASE_GOOGLE_RIPCURRENTPRO_RADIO_DIR
RELEASE_GOOGLE_PRODUCT_RADIO_DIR := $(RELEASE_GOOGLE_RIPCURRENTPRO_RADIO_DIR) RELEASE_GOOGLE_PRODUCT_RADIO_DIR := $(RELEASE_GOOGLE_RIPCURRENTPRO_RADIO_DIR)
endif endif

View file

@ -14,6 +14,8 @@
# limitations under the License. # limitations under the License.
# #
SHIPPING_API_LEVEL := 34
ifdef RELEASE_GOOGLE_TOKAY_RADIO_DIR ifdef RELEASE_GOOGLE_TOKAY_RADIO_DIR
RELEASE_GOOGLE_PRODUCT_RADIO_DIR ?= $(RELEASE_GOOGLE_TOKAY_RADIO_DIR) RELEASE_GOOGLE_PRODUCT_RADIO_DIR ?= $(RELEASE_GOOGLE_TOKAY_RADIO_DIR)
endif endif