Subversion Repositories DevTools

Rev

Rev 5709 | Details | Compare with Previous | Last modification | View Log | RSS feed

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