sky: 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-26 17:57:45 +00:00
committed by Lostark13
parent 0c31bb8c35
commit 28e261ebbb

View File

@@ -537,8 +537,7 @@ PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.usb.host.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.host.xml
# VENDOR API
BOARD_API_LEVEL := 31
BOARD_SHIPPING_API_LEVEL := $(BOARD_API_LEVEL)
BOARD_SHIPPING_API_LEVEL := 31
# Vendor service manager
PRODUCT_PACKAGES += \