diff options
-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 |