sm6225-common: Migrate to restructured sepolicy_vndr
The new folder structure now looks like this: device/qcom/sepolicy_vndr ├─ legacy-um (meant for sdm845 until sm8350) ├─ sm8450 └─ sm8550 SEPolicy.mk placed in the root automatically redirects devices to the proper subfolder. Change-Id: I4ed1a06af779909d64172da294c4a99a3ae9ba0d
This commit is contained in:
parent
0148ffbfa5
commit
919871f4e6
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ BOARD_INCLUDE_RECOVERY_DTBO := true
|
|||
TARGET_RECOVERY_PIXEL_FORMAT := "RGBX_8888"
|
||||
|
||||
# Sepolicy
|
||||
include device/qcom/sepolicy_vndr-legacy-um/SEPolicy.mk
|
||||
include device/qcom/sepolicy_vndr/SEPolicy.mk
|
||||
BOARD_VENDOR_SEPOLICY_DIRS += $(COMMON_PATH)/sepolicy/vendor
|
||||
PRODUCT_PRIVATE_SEPOLICY_DIRS += $(COMMON_PATH)/sepolicy/private
|
||||
|
||||
|
|
Loading…
Reference in a new issue