Include selinux_policy_* for product and system_ext.

After separating selinux_policy_system_ext and selinux_policy_product
from the selinux_policy_nonsystem module, add them to
base_system_ext.mk and base_product.mk, respectively.

Bug: 170282998
Test: build and check boot
Change-Id: I03a4ae435898dd773f418d37f321ad0a37f17c3e
This commit is contained in:
Justin Yun
2020-10-07 18:16:45 +09:00
parent 2f171ac0a5
commit 599330f865
2 changed files with 2 additions and 0 deletions

View File

@@ -21,3 +21,4 @@ PRODUCT_PACKAGES += \
passwd_product \
product_compatibility_matrix.xml \
product_manifest.xml \
selinux_policy_product \

View File

@@ -19,3 +19,4 @@ PRODUCT_PACKAGES += \
group_system_ext \
system_ext_manifest.xml \
passwd_system_ext \
selinux_policy_system_ext \