am 392bdc1f: Merge "Move the selinux modules to core PRODUCT_PACKAGES"

* commit '392bdc1f08eb03ad04eba24a76cc0aea7e1b46d6':
  Move the selinux modules to core PRODUCT_PACKAGES
This commit is contained in:
Ying Wang
2012-08-13 16:24:11 -07:00
committed by Android Git Automerger
2 changed files with 13 additions and 8 deletions

View File

@@ -148,3 +148,12 @@ ifeq ($(WITH_HOST_DALVIK),true)
zoneinfo-host.idx \
zoneinfo-host.version
endif
ifeq ($(HAVE_SELINUX),true)
PRODUCT_PACKAGES += \
sepolicy \
file_contexts \
seapp_contexts \
property_contexts \
mac_permissions.xml
endif