summaryrefslogtreecommitdiff
path: root/apkzlib.iml
diff options
context:
space:
mode:
authorPierre Lecesne <lecesne@google.com>2016-11-16 18:21:16 +0000
committerPierre Lecesne <lecesne@google.com>2016-11-20 19:59:25 +0000
commit735d241f799c336887ee80fc6d0019331aa622c6 (patch)
tree4463ff257ae475a4d44c84ff213234b742888563 /apkzlib.iml
parentbd8b3ed9d3882a9ba70e1dddc8ff3e1e13dec761 (diff)
downloadapkzlib-735d241f799c336887ee80fc6d0019331aa622c6.tar.gz
Replacing com.android.annotations.* with JSR305 annotations.
Test: Ran bazel build Change-Id: Iea73e46d3fd090bead2978f4960722cff59bcaaf
Diffstat (limited to 'apkzlib.iml')
-rw-r--r--apkzlib.iml4
1 files changed, 2 insertions, 2 deletions
diff --git a/apkzlib.iml b/apkzlib.iml
index 345d827..dce8c3c 100644
--- a/apkzlib.iml
+++ b/apkzlib.iml
@@ -9,11 +9,11 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="android-annotations" />
+ <orderEntry type="library" name="jsr-305" level="project" />
<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" />
<orderEntry type="module" module-name="testutils" />
</component>
-</module> \ No newline at end of file
+</module>