* commit '9ffe27e013c84e036d5e38b02edf3ca12f7405a8': This property is set when HAVE_SELINUX:=true during build.
This commit is contained in:
commit
594165c17b
1 changed files with 4 additions and 0 deletions
|
@ -248,6 +248,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 ##
|
||||
|
||||
|
|
Loading…
Reference in a new issue