diff options
author | Martijn Kaijser <machine.sanctum@gmail.com> | 2014-11-01 08:22:18 -0700 |
---|---|---|
committer | Martijn Kaijser <machine.sanctum@gmail.com> | 2014-11-01 08:22:18 -0700 |
commit | edd12c2a24c88e677cb293177580cc59a2505c2a (patch) | |
tree | 80ab5525ecdbaf01c4efe7b08760e27f98702b0f /tools | |
parent | 0e810e032c8ce768cbd7fe814f40bf90dff295dd (diff) | |
parent | 6b45c491563a82649c404a3f5949cbb859a63cb4 (diff) |
Merge pull request #5607 from Matricom/obbfix
Use APP_NAME_LC for generating the android library
Diffstat (limited to 'tools')
-rw-r--r-- | tools/android/packaging/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/android/packaging/Makefile.in b/tools/android/packaging/Makefile.in index a30abb0aec..121b515a05 100644 --- a/tools/android/packaging/Makefile.in +++ b/tools/android/packaging/Makefile.in @@ -144,7 +144,7 @@ apk-sign: @rm images/@APP_NAME_LC@app-debug-$(CPU)-unaligned.apk @echo "$(XBMCROOT)/@APP_NAME_LC@app-$(CPU)-debug.apk created" -$(PREFIX)/lib/xbmc/libxbmc.so: $(SRCLIBS) +$(PREFIX)/lib/xbmc/lib@APP_NAME_LC@.so: $(SRCLIBS) $(MAKE) -C ../../depends/target/xbmc $(SRCLIBS): |