dre: Don't set BOARD_API_LEVEL

build/make/core/board_config.mk:1001: error: BOARD_API_LEVEL must not
set manully. The build system automatically sets this value..

Change-Id: If59ae9dea6cb13701d7217a1c0a355d4e07113eb
This commit is contained in:
Chirayu Desai 2024-06-13 21:10:42 +05:30 committed by Albert Tang
parent a998c0b181
commit bb1d8db952

View file

@ -24,7 +24,6 @@ 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/generic/generic.mk)