aboutsummaryrefslogtreecommitdiffstats
path: root/emulator/qemud/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'emulator/qemud/Android.mk')
-rw-r--r--emulator/qemud/Android.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/emulator/qemud/Android.mk b/emulator/qemud/Android.mk
new file mode 100644
index 0000000..454f32d
--- /dev/null
+++ b/emulator/qemud/Android.mk
@@ -0,0 +1,15 @@
+# Copyright 2008 The Android Open Source Project
+
+LOCAL_PATH:= $(call my-dir)
+include $(CLEAR_VARS)
+
+LOCAL_SRC_FILES:= \
+ qemud.c
+
+
+LOCAL_SHARED_LIBRARIES := \
+ libcutils \
+
+LOCAL_MODULE:= qemud
+
+include $(BUILD_EXECUTABLE)