From 334ab475d2f27dbf6fbf836c2d4fb86dbb02a15c Mon Sep 17 00:00:00 2001 From: Jun Nakajima Date: Wed, 2 Feb 2011 23:49:59 -0800 Subject: x86: Add x86 support. Rebase the change (20906/1) due to a minor conflict. Change-Id: Ic73cca0fc6c6e5cf74f63daa6080d00aa7c392bb Signed-off-by: Xiaohui Xin Signed-off-by: Yunhong Jiang Signed-off-by: Jun Nakajima --- android/hw-qemud.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'android/hw-qemud.c') diff --git a/android/hw-qemud.c b/android/hw-qemud.c index 8f92bcd..e1cd119 100644 --- a/android/hw-qemud.c +++ b/android/hw-qemud.c @@ -50,8 +50,12 @@ * talking to a legacy qemud daemon. See docs/ANDROID-QEMUD.TXT * for details. */ +#ifdef TARGET_ARM #define SUPPORT_LEGACY_QEMUD 1 - +#endif +#ifdef TARGET_I386 +#define SUPPORT_LEGACY_QEMUD 0 /* no legacy support */ +#endif #if SUPPORT_LEGACY_QEMUD #include "telephony/android_modem.h" #include "telephony/modem_driver.h" -- cgit v1.1