diff options
author | montellese <montellese@xbmc.org> | 2012-09-03 22:42:49 +0200 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2012-09-03 22:43:05 +0200 |
commit | 80e0e0286f4ebb4f2db5b366c321a5a45f74332b (patch) | |
tree | b2cabbf6e66b332809e9436f48c701b21d575920 | |
parent | 85ed7ecb5939f8f4bee40548adfccfc548e43c97 (diff) |
[droid] replace hard-coded "android-10" with in packaging makefile (thanks fape)
-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 0bbacb3ab5..fff2cfd284 100644 --- a/tools/android/packaging/Makefile +++ b/tools/android/packaging/Makefile @@ -59,7 +59,7 @@ extras: libs cp -rfp $(PREFIX)/lib/python2.6 xbmc/assets/python2.6/lib/ cd xbmc/assets/python2.6/lib/python2.6/; rm -rf test config lib-dynload mkdir -p tmp/res; $(AAPT) c -S xbmc/res -C tmp/res; cp -r -n xbmc/res tmp/ || true - $(AAPT) p -f -I $(SDKROOT)/platforms/android-10/android.jar -S tmp/res/ -M xbmc/AndroidManifest.xml -F images/xbmcapp-debug-skeleton.apk + $(AAPT) p -f -I $(SDKROOT)/platforms/$(SDK_PLATFORM)/android.jar -S tmp/res/ -M xbmc/AndroidManifest.xml -F images/xbmcapp-debug-skeleton.apk @rm -rf tmp/ libs: $(PREFIX)/lib/xbmc/libxbmc.so |