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:
Joe Onorato 2009-10-07 12:02:18 -07:00 committed by Android Git Automerger
commit 3c9342b99a
1 changed files with 2 additions and 1 deletions

View File

@ -230,7 +230,8 @@ ifeq ($(TARGET_BUILD_VARIANT),eng)
tags_to_install := user debug eng tags_to_install := user debug eng
# Don't require the setup wizard on eng builds # Don't require the setup wizard on eng builds
ADDITIONAL_BUILD_PROPERTIES := $(filter-out ro.setupwizard.mode=%,\ 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 endif
## tests ## ## tests ##