Package legacyMultidexInstallation.jpp

To allow automatic configuration when using Jill/Jack.
This is a temporary change untill Jack and Jill are fully
integrated into the SDK build tools.

Change-Id: I4ee88cb0191211d79f71f305ac7a42e357ec63c2
diff --git a/library/Android.mk b/library/Android.mk
index 053084f..dd8a6ff 100644
--- a/library/Android.mk
+++ b/library/Android.mk
@@ -36,4 +36,9 @@
 
 LOCAL_JAVA_RESOURCE_FILES := $(ASMD_VERSION_INTERMEDIATE)
 
+# Use a dir because we have files in subfolders and we want to keep the path into the archive
+#
+# use "resources" instead of "res" because res is already used for packaging the SDK project
+LOCAL_JAVA_RESOURCE_DIRS := resources
+
 include $(BUILD_STATIC_JAVA_LIBRARY)