eng builds only -- make the thing that makes setupwizard optional actually work.

This commit is contained in:
Joe Onorato
2009-10-07 10:01:13 -07:00
parent 0187d84264
commit 0889661cd8

View File

@@ -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 ##