Skip to content
Snippets Groups Projects
Commit 617e8535 authored by Yifan Hong's avatar Yifan Hong
Browse files

Use PLATFORM_SEPOLICY_COMPAT_VERSIONS

This is a list of sepolicy versions that the framework supports.

Test: builds and boots

Bug: 67920434
Change-Id: I0f408fa3967214b47a64101760dbbb2542023dcf
parent 3dff9ab4
No related branches found
No related tags found
No related merge requests found
...@@ -191,8 +191,7 @@ ifeq ($(PRODUCT_SEPOLICY_SPLIT),true) ...@@ -191,8 +191,7 @@ ifeq ($(PRODUCT_SEPOLICY_SPLIT),true)
# Use split SELinux policy # Use split SELinux policy
LOCAL_REQUIRED_MODULES += \ LOCAL_REQUIRED_MODULES += \
$(platform_mapping_file) \ $(platform_mapping_file) \
26.0.cil \ $(addsuffix .cil,$(PLATFORM_SEPOLICY_COMPAT_VERSIONS)) \
27.0.cil \
plat_pub_versioned.cil \ plat_pub_versioned.cil \
vendor_sepolicy.cil \ vendor_sepolicy.cil \
plat_sepolicy.cil \ plat_sepolicy.cil \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment