chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11cc96b
)
ecj: Use android-24 API jar
author
Fredrik Fornwall
<fredrik@fornwall.net>
Thu, 6 Oct 2016 23:37:03 +0000
(19:37 -0400)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Thu, 6 Oct 2016 23:37:03 +0000
(19:37 -0400)
packages/ecj/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/ecj/build.sh
b/packages/ecj/build.sh
index 1fa52667c528320774bdabcae2fde70a7c76f744..49f41832404175843824b799cab25a4f4b87a612 100755
(executable)
--- a/
packages/ecj/build.sh
+++ b/
packages/ecj/build.sh
@@
-26,7
+26,7
@@
termux_step_make () {
cd android-jar
# We need the android classes for JDT to compile against.
- cp $ANDROID_HOME/platforms/android-2
3
/android.jar .
+ cp $ANDROID_HOME/platforms/android-2
4
/android.jar .
unzip -q android.jar
rm -Rf android.jar resources.arsc res assets
zip -q -r android.jar .