aboutsummaryrefslogtreecommitdiffstats
path: root/emulator/qemud/Android.mk
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2011-03-18 13:04:56 -0700
committerAndroid Code Review <code-review@android.com>2011-03-18 13:04:56 -0700
commitd1393ff90e4998cf3b1c4c32a51e8d64f0172fbd (patch)
tree6a390814edce9ce6dee9afd5bad69919233baf7a /emulator/qemud/Android.mk
parent7cc936c4a3bc05fdeed950b4094b999eaf6b8cd8 (diff)
parent10ae9cca245a658b6588f7603dffaabdd1fbfe3f (diff)
downloadplatform_sdk-d1393ff90e4998cf3b1c4c32a51e8d64f0172fbd.tar.gz
platform_sdk-d1393ff90e4998cf3b1c4c32a51e8d64f0172fbd.tar.bz2
platform_sdk-d1393ff90e4998cf3b1c4c32a51e8d64f0172fbd.zip
Merge "Merge ec970d641caedee9656ef8fcc7cdd60e6812b75d into tools_r10. do not merge." into tools_r10
Diffstat (limited to 'emulator/qemud/Android.mk')
-rw-r--r--emulator/qemud/Android.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/emulator/qemud/Android.mk b/emulator/qemud/Android.mk
index a186c73de..5666a74a1 100644
--- a/emulator/qemud/Android.mk
+++ b/emulator/qemud/Android.mk
@@ -1,5 +1,12 @@
# Copyright 2008 The Android Open Source Project
+# We're moving the emulator-specific platform libs to
+# development.git/tools/emulator/. The following test is to ensure
+# smooth builds even if the tree contains both versions.
+#
+ifndef BUILD_EMULATOR_QEMUD
+BUILD_EMULATOR_QEMUD := true
+
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
@@ -14,3 +21,5 @@ LOCAL_MODULE:= qemud
LOCAL_MODULE_TAGS := debug
include $(BUILD_EXECUTABLE)
+
+endif # BUILD_EMULATOR_QEMUD \ No newline at end of file