Skip to content

Commit

Permalink
travis: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
androidlover5842 committed Feb 20, 2018
1 parent 073751f commit b93fb81
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ out/
*.img
kernel
*.prop
*.jar
jar/*.jar
mounts
*.mk
*.fstab
Expand Down
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

<path id="TwrpBuilder.classpath">
<pathelement location="bin"/>
<pathelement location="lib/commons-cli-1.4.jar"/>
</path>
<target name="init">
<mkdir dir="bin"/>
Expand Down
Binary file added lib/commons-cli-1.4.jar
Binary file not shown.

0 comments on commit b93fb81

Please sign in to comment.