diff options
author | Chris "Koying" Browet <cbro@semperpax.com> | 2017-07-23 10:45:36 +0200 |
---|---|---|
committer | Chris "Koying" Browet <cbro@semperpax.com> | 2018-01-07 19:30:00 +0100 |
commit | 218e94611b9f8eaeb2c5b6da1757c4265c8c7d7f (patch) | |
tree | b28dc009c95c11751c55faa82fc953ef0ca0ee1e /tools/depends/target/libandroidjni | |
parent | ba1dae51917c97f34fb9355e02cc96bda92798e8 (diff) |
FIX: [droid] "Attempt to remove non-JNI local" messages
Diffstat (limited to 'tools/depends/target/libandroidjni')
-rw-r--r-- | tools/depends/target/libandroidjni/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/libandroidjni/Makefile b/tools/depends/target/libandroidjni/Makefile index b4b5d6719c..a64778499e 100644 --- a/tools/depends/target/libandroidjni/Makefile +++ b/tools/depends/target/libandroidjni/Makefile @@ -3,7 +3,7 @@ DEPS= ../../Makefile.include Makefile # lib name, version LIBNAME=libandroidjni -VERSION=8b3d0f09c3bb32c38878813b3a122d7a510b7510 +VERSION=c2faa6fb006070b4965d949c5f7d94094f5cd98b SOURCE=archive ARCHIVE=$(VERSION).tar.gz GIT_BASE_URL=https://github.com/xbmc |