Merge "Move PRODUCT_SHIPPING_API_LEVEL to define by device" into main

This commit is contained in:
Cyan Hsieh 2024-06-24 11:11:41 +00:00 committed by Android (Google) Code Review
commit b85868872e
5 changed files with 10 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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