Subversion Repositories DevTools

Rev

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

###############################################################################
# Copyright (C) 1998-2013 Vix Technology, All rights reserved
#
# File:         PLATFORM/ANDROIDARM
#
# Contents:     ANDROID support
#
###############################################################################
#

AndroidArmInit();

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