Merge "This property is set when HAVE_SELINUX:=true during build."
This commit is contained in:
@@ -230,6 +230,10 @@ ifneq ($(filter sdk win_sdk sdk_addon,$(MAKECMDGOALS)),)
|
|||||||
is_sdk_build := true
|
is_sdk_build := true
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
## have selinux ##
|
||||||
|
ifeq ($(HAVE_SELINUX),true)
|
||||||
|
ADDITIONAL_BUILD_PROPERTIES += ro.build.selinux=1
|
||||||
|
endif # HAVE_SELINUX
|
||||||
|
|
||||||
## user/userdebug ##
|
## user/userdebug ##
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user