Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6442 dpurdie 1
###############################################################################
2
# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.
3
#
4
# File:         PLATFORM/ANDROIDARM64
5
#
6
# Contents:     ANDROID support
7
#
8
###############################################################################
9
#
10
 
11
AndroidArm64Init();
12
 
13
sub AndroidArm64Init
14
{
15
#   Toolset and generic platforms
16
#
17
    Toolset( '*', 'gcc.pl', '--Target=Android armeabi64', '--CompilerTool=android-ndk-arm64' );
18
}
19