Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9e38d6bf authored by Ying Wang's avatar Ying Wang Committed by android code review
Browse files

Merge "This property is set when HAVE_SELINUX:=true during build."

parents e42ed0ba 9d8a51f5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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 ##