TYPE3
[iec.git] / src / type3_AndroidCloud / anbox-master / android / qemud / Android.mk
diff --git a/src/type3_AndroidCloud/anbox-master/android/qemud/Android.mk b/src/type3_AndroidCloud/anbox-master/android/qemud/Android.mk
new file mode 100644 (file)
index 0000000..30ee5eb
--- /dev/null
@@ -0,0 +1,20 @@
+# 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.
+#
+
+LOCAL_PATH:= $(call my-dir)
+include $(CLEAR_VARS)
+
+LOCAL_SRC_FILES:= \
+       qemud.c
+
+
+LOCAL_SHARED_LIBRARIES := \
+       libcutils liblog
+
+LOCAL_MODULE:= qemud
+
+include $(BUILD_EXECUTABLE)