diff options
author | Jernej Fijačko <jernej@jernej.org> | 2012-09-14 11:47:48 +0300 |
---|---|---|
committer | Jernej Fijačko <jernej@jernej.org> | 2012-09-14 11:47:48 +0300 |
commit | 66045926e8e15d603b833ae92398c83f236e90a1 (patch) | |
tree | 5a467a595229ea6417e114058138a5c169c6e56c /tools/android | |
parent | 3696fca8429872e556cae0c64c8f0335348ef5d0 (diff) |
Remove libxbtag.so from android packaging
Since f6ca40f taglib is build statically and "make apk" fails with:
cp: cannot stat `/home/jernej/Android/toolchain/android-14/staging/armeabi-v7a/lib/libxbtag.so': No such file or directory
Diffstat (limited to 'tools/android')
-rw-r--r-- | tools/android/packaging/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/android/packaging/Makefile b/tools/android/packaging/Makefile index 0fa40d6d7f..fff2cfd284 100644 --- a/tools/android/packaging/Makefile +++ b/tools/android/packaging/Makefile @@ -5,7 +5,7 @@ OBJS = libcurl.so \ libafpclient.so \ libshairport.so libplist.so \ libxbogg.so libxbvorbis.so libxbvorbisfile.so libxbFLAC.so libxbmpeg2.so \ - libxbmpeg2convert.so libxbtag.so + libxbmpeg2convert.so PLATFORM_OBJS = |