aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing Wang <wangying@android.com>2012-07-03 11:30:30 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-07-03 11:30:30 -0700
commit9e38d6bf1bf78a00d8f4288e6444be358a70a692 (patch)
treed60bf0751a37494075f692932cb9cec8de11a142
parente42ed0ba1571f20866609710ba7c73fd138c0405 (diff)
parent9d8a51f537cc1191655e0d8edc7eaffde2503ac7 (diff)
downloadbuild-ics-plus-aosp.tar.gz
Merge "This property is set when HAVE_SELINUX:=true during build."ics-plus-aosp
-rw-r--r--core/main.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/main.mk b/core/main.mk
index 3337a8a82f..aefedf0b23 100644
--- a/core/main.mk
+++ b/core/main.mk
@@ -230,6 +230,10 @@ ifneq ($(filter sdk win_sdk sdk_addon,$(MAKECMDGOALS)),)
is_sdk_build := true
endif
+## have selinux ##
+ifeq ($(HAVE_SELINUX),true)
+ADDITIONAL_BUILD_PROPERTIES += ro.build.selinux=1
+endif # HAVE_SELINUX
## user/userdebug ##