ecj: Use android-24 API jar
This commit is contained in:
parent
11cc96baf4
commit
078db5b2c9
@ -26,7 +26,7 @@ termux_step_make () {
|
|||||||
cd android-jar
|
cd android-jar
|
||||||
|
|
||||||
# We need the android classes for JDT to compile against.
|
# We need the android classes for JDT to compile against.
|
||||||
cp $ANDROID_HOME/platforms/android-23/android.jar .
|
cp $ANDROID_HOME/platforms/android-24/android.jar .
|
||||||
unzip -q android.jar
|
unzip -q android.jar
|
||||||
rm -Rf android.jar resources.arsc res assets
|
rm -Rf android.jar resources.arsc res assets
|
||||||
zip -q -r android.jar .
|
zip -q -r android.jar .
|
||||||
|
Loading…
Reference in New Issue
Block a user