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

Commit cf0b2041 authored by Bruce Beare's avatar Bruce Beare Committed by Android Git Automerger
Browse files

am b056d71f: If setupwizard is disabled, don\'t force it to optional

* commit 'b056d71f':
  If setupwizard is disabled, don't force it to optional
parents dd7fce30 b056d71f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -271,11 +271,13 @@ endif # !enable_target_debugging

ifeq ($(TARGET_BUILD_VARIANT),eng)
tags_to_install := user debug eng
ifneq ($(filter ro.setupwizard.mode=ENABLED, $(call collapse-pairs, $(ADDITIONAL_BUILD_PROPERTIES))),)
  # Don't require the setup wizard on eng builds
  ADDITIONAL_BUILD_PROPERTIES := $(filter-out ro.setupwizard.mode=%,\
          $(call collapse-pairs, $(ADDITIONAL_BUILD_PROPERTIES))) \
          ro.setupwizard.mode=OPTIONAL
endif
endif

## tests ##