dre: Set BOARD_[SHIPPING]_API_LEVEL to 30

IMS needs this, as it won't connect to its own HIDL service when
ro.board.api_level is not set.

Change-Id: I2d8346b02e2b874e7ea76f4f0a36bf5764ea4a74
This commit is contained in:
SGCMarkus 2022-10-31 18:07:07 +01:00 committed by Albert Tang
parent c10df7143d
commit f0cfa62f3c

View file

@ -22,6 +22,10 @@ $(call inherit-product, vendor/oneplus/dre/dre-vendor.mk)
# Set product shipping level # Set product shipping level
PRODUCT_SHIPPING_API_LEVEL := 30 PRODUCT_SHIPPING_API_LEVEL := 30
# Set board API level
BOARD_SHIPPING_API_LEVEL := 30
BOARD_API_LEVEL := 30
# Overlays # Overlays
$(call inherit-product, hardware/oplus/overlay/qssi/qssi.mk) $(call inherit-product, hardware/oplus/overlay/qssi/qssi.mk)