Rev 5709 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
################################################################################ Copyright (c) VIX TECHNOLOGY (AUST) LTD## File: PLATFORM/ANDROIDMIPS## Contents: ANDROID support#################################################################################AndroidMipsInit();sub AndroidMipsInit{# Toolset and generic platforms#Toolset( '*', 'gcc.pl', '--Target=Android mips', '--CompilerTool=android-ndk-mips' );}