ecj: Use android-24 API jar
[termux-packages] / packages / ecj / build.sh
index 1fa5266..49f4183 100755 (executable)
@@ -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-23/android.jar .
+       cp $ANDROID_HOME/platforms/android-24/android.jar .
        unzip -q android.jar
        rm -Rf android.jar resources.arsc res assets
        zip -q -r android.jar .