From f0cfa62f3c9fbaa387238ea553b61f6ede945e3b Mon Sep 17 00:00:00 2001 From: SGCMarkus Date: Mon, 31 Oct 2022 18:07:07 +0100 Subject: [PATCH] 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 --- device.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/device.mk b/device.mk index 17aeedb..fa43a8e 100644 --- a/device.mk +++ b/device.mk @@ -22,6 +22,10 @@ $(call inherit-product, vendor/oneplus/dre/dre-vendor.mk) # Set product shipping level PRODUCT_SHIPPING_API_LEVEL := 30 +# Set board API level +BOARD_SHIPPING_API_LEVEL := 30 +BOARD_API_LEVEL := 30 + # Overlays $(call inherit-product, hardware/oplus/overlay/qssi/qssi.mk)