commit | 0332f0ac1ec69082d337e9990b964b883e5cf689 | [log] [tgz] |
---|---|---|
author | Jean-Baptiste Queru <jbq@google.com> | Fri Oct 22 09:52:09 2010 -0700 |
committer | Jean-Baptiste Queru <jbq@google.com> | Fri Oct 22 10:03:49 2010 -0700 |
tree | 59bac4322ae88868071bc67b95c34aa349ccad6b | |
parent | 4038bbc426776d8adc57d7c3c8123357b50b1615 [diff] [blame] |
Truly default to the full config. It is much better than generic for emulator-based work. Change-Id: I8b69b208bc4969d3f95c3467ca6737de8fd9460d
diff --git a/core/envsetup.mk b/core/envsetup.mk index e2d4d11..fe8c478 100644 --- a/core/envsetup.mk +++ b/core/envsetup.mk
@@ -26,7 +26,7 @@ ifeq ($(TARGET_SIMULATOR),true) TARGET_PRODUCT := sim else -TARGET_PRODUCT := generic +TARGET_PRODUCT := full endif endif