diff options
author | Ying Wang <wangying@google.com> | 2012-08-13 16:30:15 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-08-13 16:30:15 -0700 |
commit | 4000ff56111a994479663ad5895b70f92a4fc3ed (patch) | |
tree | a82853c098d8afbaf9b9b9c022e95188bd4b4c0c /target | |
parent | 3f2ec394b2b5671ffb726502d1fcd8e21756779e (diff) | |
parent | d88c10d7691f2717a2c1fd0801c9a7798fbe0334 (diff) | |
download | build-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.mk | 9 |
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 |