Skip to content

Commit

Permalink
oneplus9rt: Set BOARD_[SHIPPING]_API_LEVEL to 30
Browse files Browse the repository at this point in the history
Change-Id: I2d8346b02e2b874e7ea76f4f0a36bf5764ea4a74
  • Loading branch information
SGCMarkus authored and sergoops committed Nov 12, 2023
1 parent f32121d commit 2bf31e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,9 @@ PRODUCT_SYSTEM_EXT_PROPERTIES += \
persist.vendor.sensors.enable.mag_filter=true

# Shipping API
PRODUCT_SHIPPING_API_LEVEL := 30
BOARD_API_LEVEL := 30
BOARD_SHIPPING_API_LEVEL := $(BOARD_API_LEVEL)
PRODUCT_SHIPPING_API_LEVEL := $(BOARD_API_LEVEL)

# Storage
PRODUCT_VENDOR_PROPERTIES += \
Expand Down

0 comments on commit 2bf31e8

Please sign in to comment.