forked from openkylin/platform_build
am 0889661c: eng builds only -- make the thing that makes setupwizard optional actually work.
Merge commit '0889661cd890e49a4827da0dc5d583274347d178' into eclair-plus-aosp * commit '0889661cd890e49a4827da0dc5d583274347d178': eng builds only -- make the thing that makes setupwizard optional actually work.
This commit is contained in:
commit
3c9342b99a
|
@ -230,7 +230,8 @@ ifeq ($(TARGET_BUILD_VARIANT),eng)
|
|||
tags_to_install := user debug eng
|
||||
# Don't require the setup wizard on eng builds
|
||||
ADDITIONAL_BUILD_PROPERTIES := $(filter-out ro.setupwizard.mode=%,\
|
||||
$(call collapse-pairs, $(ADDITIONAL_BUILD_PROPERTIES)))
|
||||
$(call collapse-pairs, $(ADDITIONAL_BUILD_PROPERTIES))) \
|
||||
ro.setupwizard.mode=OPTIONAL
|
||||
endif
|
||||
|
||||
## tests ##
|
||||
|
|
Loading…
Reference in New Issue