diff options
author | Kenny Root <kroot@google.com> | 2012-10-16 17:34:42 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-10-16 17:34:42 -0700 |
commit | 37868329b29ae7c2399860aee1fcf30f6ebd3fa6 (patch) | |
tree | e82130cb724be0439e0532b2d3adcf9a5b94a74a /target | |
parent | 165c67aacd8c6e8e6ffe57e673602952e4b56219 (diff) | |
parent | 2e0d1af767f64996f47de2a84b685ddcfa02e686 (diff) | |
download | build-37868329b29ae7c2399860aee1fcf30f6ebd3fa6.zip build-37868329b29ae7c2399860aee1fcf30f6ebd3fa6.tar.gz build-37868329b29ae7c2399860aee1fcf30f6ebd3fa6.tar.bz2 |
am 2e0d1af7: Merge changes I58d43128,Ie34c958f
* commit '2e0d1af767f64996f47de2a84b685ddcfa02e686':
Remove HAVE_SELINUX guards, part 2
Remove HAVE_SELINUX guard
Diffstat (limited to 'target')
-rw-r--r-- | target/product/core.mk | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/target/product/core.mk b/target/product/core.mk index 831298a..0a04893 100644 --- a/target/product/core.mk +++ b/target/product/core.mk @@ -134,6 +134,14 @@ PRODUCT_PACKAGES += \ zoneinfo.idx \ zoneinfo.version +# SELinux packages +PRODUCT_PACKAGES += \ + sepolicy \ + file_contexts \ + seapp_contexts \ + property_contexts \ + mac_permissions.xml + PRODUCT_COPY_FILES += \ system/core/rootdir/init.usb.rc:root/init.usb.rc \ system/core/rootdir/init.trace.rc:root/init.trace.rc \ @@ -157,14 +165,4 @@ ifeq ($(WITH_HOST_DALVIK),true) zoneinfo-host.version endif -ifeq ($(HAVE_SELINUX),true) - PRODUCT_PACKAGES += \ - sepolicy \ - file_contexts \ - seapp_contexts \ - property_contexts \ - mac_permissions.xml -endif - $(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk) - |