Set ANDROID_SDK_TOOLS_REVSION properly through gradle (tools)
Since the sdk code restructuring and the introduction of
build.gradle for the emulator, the android configure script has
not been setting the emulator revision number properly at
build time (always resolving to the default string "standalone"
meant to refer to standalone emulator builds outside the sdk).
This patch makes sure the android-configure.sh script is fiven
the right revision number at build time.
A respective change in tools, on external/qemu
makes sure this proper revision number is picked up properly
by the emulator configure script at build time
(separate patch).
Change-Id: I503c736b90c3d19288e9b7f4db1c519f166a493f
1 file changed