Merge "Move buildspec vars to BoardConfig.mk"
diff --git a/core/combo/TARGET_linux-x86.mk b/core/combo/TARGET_linux-x86.mk
index 0613797..6d123d0 100644
--- a/core/combo/TARGET_linux-x86.mk
+++ b/core/combo/TARGET_linux-x86.mk
@@ -159,7 +159,7 @@
 	$(TARGET_CRTEND_O)
 endef
 
-TARGET_GLOBAL_CFLAGS += -m32
+TARGET_GLOBAL_CFLAGS += -m32 -D__ANDROID__
 TARGET_GLOBAL_LDFLAGS += -m32
 
 endif #simulator
diff --git a/envsetup.sh b/envsetup.sh
index 0a12e84..c0d17a0 100644
--- a/envsetup.sh
+++ b/envsetup.sh
@@ -433,6 +433,7 @@
 
 # add the default one here
 add_lunch_combo full-eng
+add_lunch_combo generic_x86-eng
 
 # if we're on linux, add the simulator.  There is a special case
 # in lunch to deal with the simulator