Sha256: dce5d12cf9424b37c92a835863ee5d340b0508f3843b331229627e43e3e953e1
Contents?: true
Size: 1.36 KB
Versions: 24
Compression:
Stored size: 1.36 KB
Contents
#!/usr/bin/sh # example of a env var set export DELPHI_ANDROID_KEYSTORE='d:\Delphi\Embarcadero\RAD Studio\12.0\debug.keystore' export DELPHI_ANDROID_SDK_PLATFORM_TOOLS='d:\Delphi\Embarcadero\RAD Studio\12.0\PlatformSDKs\adt-bundle-windows-x86-20130522\sdk\tools' export DELPHI_ANDROID_SDK_PLATFORM_PATH='d:\Delphi\Embarcadero\RAD Studio\12.0\PlatformSDKs\adt-bundle-windows-x86-20130522\sdk\platforms\android-17' export DELPHI_ANDROID_KEYSTORE_PARAMS='androiddebugkey,MD5withRSA,SHA1,android,android' export DELPHI_ANDROID_SDK_BUILD_TOOLS_PATH='d:\Delphi\Embarcadero\RAD Studio\12.0\PlatformSDKs\adt-bundle-windows-x86-20130522\sdk\build-tools\android-4.2.2' export DELPHI_ANDROID_SDK_LIBPATH='d:\Delphi\Embarcadero\RAD Studio\12.0\PlatformSDKs\android-ndk-r8e\platforms\android-14\arch-arm\usr\lib' export DELPHI_ANDROID_SDK_LINKER='d:\Delphi\Embarcadero\RAD Studio\12.0\PlatformSDKs\android-ndk-r8e\toolchains\arm-linux-androideabi-4.6\prebuilt\windows\bin\arm-linux-androideabi-ld.exe' export DELPHI_ANDROID_SDK_LINKER_OPTION=' -L \"d:\Delphi\Embarcadero\RAD Studio\12.0\PlatformSDKs\android-ndk-r8e\sources\cxx-stl\stlport\libs\armeabi-v7a\"' export DELPHI_ANDROID_SDK_STRIPDEBUG='d:\Delphi\Embarcadero\RAD Studio\12.0\PlatformSDKs\android-ndk-r8e\toolchains\arm-linux-androideabi-4.6\prebuilt\windows\bin\arm-linux-androideabi-strip.exe' export JAVA_SDK_PATH='d:\Java\jdk1.7.0_60\bin'
Version data entries
24 entries across 24 versions & 1 rubygems
Version | Path |
---|---|
rake-delphi-0.0.14 | rake-delphi-cygwin.env.sh |
rake-delphi-0.0.13 | rake-delphi-cygwin.env.sh |
rake-delphi-0.0.12 | rake-delphi-cygwin.env.sh |
rake-delphi-0.0.11 | rake-delphi-cygwin.env.sh |