summaryrefslogtreecommitdiff
path: root/apkzlib.iml
diff options
context:
space:
mode:
authorPaulo Casanova <pasc@google.com>2016-10-31 12:28:18 +0000
committerPaulo Casanova <pasc@google.com>2016-11-04 14:47:48 +0000
commitf9ae28fc762741a42645b0f362ed56d888602359 (patch)
tree573242096b58d442092dd494695fd153eee9466c /apkzlib.iml
downloadapkzlib-f9ae28fc762741a42645b0f362ed56d888602359.tar.gz
Created apkzlib.
Moved all apk packaging code to a new library, apkzlib. This allows the code to be used by other projects that need to repackage apks. This CL will be followed by another one that will change the package names to something more appropriate, but this keeps changes smaller. Test: N/A Change-Id: I127940a00770871864ad00961ba94ab18bb160bc
Diffstat (limited to 'apkzlib.iml')
-rw-r--r--apkzlib.iml18
1 files changed, 18 insertions, 0 deletions
diff --git a/apkzlib.iml b/apkzlib.iml
new file mode 100644
index 0000000..409bf1b
--- /dev/null
+++ b/apkzlib.iml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="JAVA_MODULE" version="4">
+ <component name="NewModuleRootManager" inherit-compiler-output="true">
+ <exclude-output />
+ <content url="file://$MODULE_DIR$">
+ <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
+ <sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
+ <sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" />
+ </content>
+ <orderEntry type="inheritedJdk" />
+ <orderEntry type="sourceFolder" forTests="false" />
+ <orderEntry type="module" module-name="android-annotations" />
+ <orderEntry type="library" name="guava-tools" level="project" />
+ <orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
+ <orderEntry type="library" scope="TEST" name="mockito" level="project" />
+ <orderEntry type="library" name="bouncy-castle" level="project" />
+ </component>
+</module> \ No newline at end of file