aboutsummaryrefslogtreecommitdiffstats
path: root/android/hw-qemud.c
diff options
context:
space:
mode:
Diffstat (limited to 'android/hw-qemud.c')
-rw-r--r--android/hw-qemud.c6
1 files changed, 5 insertions, 1 deletions
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"