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, 0 insertions, 15 deletions
diff --git a/emulator/qemud/Android.mk b/emulator/qemud/Android.mk
deleted file mode 100644
index 454f32d..0000000
--- a/emulator/qemud/Android.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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)