############################################################################### # Copyright (C) 1998-2013 Vix Technology, All rights reserved # # File: PLATFORM/ANDROIDMIPS # # Contents: ANDROID support # ############################################################################### # AndroidMipsInit(); sub AndroidMipsInit { # Toolset and generic platforms # Toolset( '*', 'gcc.pl', '--Target=Android mips', '--CompilerTool=android-ndk-mips' ); }