Advertisement
Guest User

/android/android.make

a guest
Sep 18th, 2015
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. saint@saint-buildbox:/media/Storage/Development/Rockbox/master/rockbox$ git show b324a41
  2. commit b324a412cef32056e7ba114e8d58052eb9a6f201
  3. Author: Hayden Pearce <saint.lascivious@gmail.com>
  4. Date: Sat Sep 17 11:15:22 2015 +1200
  5.  
  6. Modify android.make to build with a modern Android SDK
  7.  
  8. Modify /android/android.make to accept SDK build tools 23.0.1 directly, and adjust the zipalign
  9. binary path.
  10.  
  11. diff --git a/android/android.make b/android/android.make
  12. index 6f7cb8a..a652525 100644
  13. --- a/android/android.make
  14. +++ b/android/android.make
  15. @@ -32,10 +32,10 @@ ANDROID_PLATFORM_VERSION=19
  16. ANDROID_PLATFORM=$(ANDROID_SDK_PATH)/platforms/android-$(ANDROID_PLATFORM_VERSION)
  17.  
  18. # android tools
  19. -BUILD_TOOLS_VERSION=$(notdir $(firstword $(wildcard $(ANDROID_SDK_PATH)/build-tools/$(ANDROID_PLATF
  20. +BUILD_TOOLS_VERSION=23.0.1
  21. AAPT=$(ANDROID_SDK_PATH)/build-tools/$(BUILD_TOOLS_VERSION)/aapt
  22. DX=$(ANDROID_SDK_PATH)/build-tools/$(BUILD_TOOLS_VERSION)/dx
  23. -ZIPALIGN=$(ANDROID_SDK_PATH)/tools/zipalign
  24. +ZIPALIGN=$(ANDROID_SDK_PATH)/build-tools/$(BUILD_TOOLS_VERSION)/zipalign
  25. KEYSTORE=$(HOME)/.android/debug.keystore
  26. ADB=$(ANDROID_SDK_PATH)/platform-tools/adb
  27. BUILDAPK=$(ANDROID_DIR)/buildapk.sh
  28. saint@saint-buildbox:/media/Storage/Development/Rockbox/master/rockbox$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement