commit | 9e38d6bf1bf78a00d8f4288e6444be358a70a692 | [log] [tgz] |
---|---|---|
author | Ying Wang <wangying@android.com> | Tue Jul 03 11:30:30 2012 -0700 |
committer | android code review <noreply-gerritcodereview@google.com> | Tue Jul 03 11:30:30 2012 -0700 |
tree | d60bf0751a37494075f692932cb9cec8de11a142 | |
parent | e42ed0ba1571f20866609710ba7c73fd138c0405 [diff] | |
parent | 9d8a51f537cc1191655e0d8edc7eaffde2503ac7 [diff] |
Merge "This property is set when HAVE_SELINUX:=true during build."
diff --git a/core/main.mk b/core/main.mk index 3337a8a..aefedf0 100644 --- a/core/main.mk +++ b/core/main.mk
@@ -230,6 +230,10 @@ is_sdk_build := true endif +## have selinux ## +ifeq ($(HAVE_SELINUX),true) +ADDITIONAL_BUILD_PROPERTIES += ro.build.selinux=1 +endif # HAVE_SELINUX ## user/userdebug ##