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:
parent
c10df7143d
commit
f0cfa62f3c
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue