This is a fix for dalvik being removed when it should have been dalvik2 on the local_manifest 4.1.1 branch
diff --git a/local_manifest.xml b/local_manifest.xml
index 18bbb02..530dc02 100644
--- a/local_manifest.xml
+++ b/local_manifest.xml
@@ -23,7 +23,7 @@
<copyfile src="" href="http://root.mk">root.mk" dest="Makefile" />
</project>
- <remove-project name="platform/dalvik"/>
+ <remove-project name="platform/dalvik2"/>
<project path="dalvik" remote="selinuxproject" name="platform/dalvik" revision="seandroid-4.1.1" />
<remove-project name="platform/libcore"/>
Respectfully,
William C Roberts