Skip to content

Commit

Permalink
m1s1: Enforce vintf kernel requirements
Browse files Browse the repository at this point in the history
The build system enables this for shipping API level >=29
but we also want it to pass the vintf runtime checks.

Change-Id: Ie2147893a1551b736880913334a3c134a17ca91c
  • Loading branch information
mikeNG authored and npjohnson committed Jun 2, 2024
1 parent a135223 commit c44eb5a
Show file tree
Hide file tree
Showing 2 changed files with 496 additions and 0 deletions.
1 change: 1 addition & 0 deletions device-common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ endif
PRODUCT_SHIPPING_API_LEVEL := 25

PRODUCT_ENFORCE_VINTF_MANIFEST_OVERRIDE := true
PRODUCT_OTA_ENFORCE_VINTF_KERNEL_REQUIREMENTS := true

# Setting vendor SPL
VENDOR_SECURITY_PATCH := "2019-10-06"
Expand Down
Loading

0 comments on commit c44eb5a

Please sign in to comment.