Subversion Repositories DevTools

Rev

Rev 4034 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

###############################################################################
# Copyright (c) VIX TECHNOLOGY (AUST) LTD
#
# File:         PLATFORM/ANDROIDARM
#
# Contents:     ANDROID support
#
###############################################################################
#

AndroidArmInit();

sub AndroidArmInit
{
#   Toolset and generic platforms
#
    Toolset( '*', 'gcc.pl', '--Target=Android armeabi', '--CompilerTool=android-ndk-arm' );
}