am 9e38d6bf
: Merge "This property is set when HAVE_SELINUX:=true during build."
* commit '9e38d6bf1bf78a00d8f4288e6444be358a70a692': This property is set when HAVE_SELINUX:=true during build.
This commit is contained in:
@@ -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 ##
|
||||
|
||||
|
Reference in New Issue
Block a user