get rid of project as a container of code, flatten it one level
diff --git a/project/armemu-test.mk b/project/armemu-test.mk
new file mode 100644
index 0000000..151beed
--- /dev/null
+++ b/project/armemu-test.mk
@@ -0,0 +1,16 @@
+# top level project rules for the armemu-test project
+#
+LOCAL_DIR := $(GET_LOCAL_DIR)
+
+TARGET := armemu
+MODULES += \
+	app/tests \
+	app/shell
+
+# extra rules to copy the armemu.conf file to the build dir
+#$(BUILDDIR)/armemu.conf: $(LOCAL_DIR)/armemu.conf
+#	@echo copy $< to $@
+#	$(NOECHO)cp $< $@
+
+#EXTRA_BUILDDEPS += $(BUILDDIR)/armemu.conf
+#GENERATED += $(BUILDDIR)/armemu.conf