commit | fdd3a1020cc63c9f2440f3cff814318d11d6c773 | [log] [tgz] |
---|---|---|
author | The Android Open Source Project <initial-contribution@android.com> | Wed Mar 11 12:11:54 2009 -0700 |
committer | The Android Open Source Project <initial-contribution@android.com> | Wed Mar 11 12:11:54 2009 -0700 |
tree | 4e35d9fa731c49cf141913e3dc82236de2dbb073 | |
parent | 2f31293ba78695cb48ac5a1cab835197ace58d47 [diff] [blame] |
auto import from //branches/cupcake/...@137873
diff --git a/core/main.mk b/core/main.mk index 454527d..a19beba 100644 --- a/core/main.mk +++ b/core/main.mk
@@ -174,6 +174,9 @@ 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))) endif ## tests ##