commit | 6daac0aad7be13b0cbfeeb2eb47e94cc92603b40 | [log] [tgz] |
---|---|---|
author | Lars Greiss <kufikugel@googlemail.com> | Mon Aug 05 06:38:08 2013 +0200 |
committer | Lars Greiss <kufikugel@googlemail.com> | Mon Aug 05 06:38:08 2013 +0200 |
tree | 6f46ec2525805054c098f15fea613c71fcc8bb0e | |
parent | 780f97ba7cd80577d4305cddd4ec85f68d3b0e5e [diff] |
enable selinux in settings Change-Id: I5c5f3a95e6d9a639c203cdad9b686e816c12ab67
diff --git a/config/common.mk b/config/common.mk index 343c0a5..0237f50 100644 --- a/config/common.mk +++ b/config/common.mk
@@ -10,6 +10,9 @@ ro.com.android.dateformat=MM-dd-yyyy \ ro.com.android.dataroaming=false +PRODUCT_PROPERTY_OVERRIDES += \ + ro.build.selinux=1 + # Backup Tool PRODUCT_COPY_FILES += \ vendor/slim/prebuilt/common/bin/backuptool.sh:system/bin/backuptool.sh \