#!/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'