summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2012-08-13 16:30:15 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-08-13 16:30:15 -0700
commit4000ff56111a994479663ad5895b70f92a4fc3ed (patch)
treea82853c098d8afbaf9b9b9c022e95188bd4b4c0c /target
parent3f2ec394b2b5671ffb726502d1fcd8e21756779e (diff)
parentd88c10d7691f2717a2c1fd0801c9a7798fbe0334 (diff)
downloadbuild-4000ff56111a994479663ad5895b70f92a4fc3ed.zip
build-4000ff56111a994479663ad5895b70f92a4fc3ed.tar.gz
build-4000ff56111a994479663ad5895b70f92a4fc3ed.tar.bz2
am d88c10d7: am f59a64b7: am d3d0beca: am 392bdc1f: Merge "Move the selinux modules to core PRODUCT_PACKAGES"
* commit 'd88c10d7691f2717a2c1fd0801c9a7798fbe0334': Move the selinux modules to core PRODUCT_PACKAGES
Diffstat (limited to 'target')
-rw-r--r--target/product/core.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/target/product/core.mk b/target/product/core.mk
index 854a7cf..4c2ca92 100644
--- a/target/product/core.mk
+++ b/target/product/core.mk
@@ -154,3 +154,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