Subversion Repositories DevTools

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4324 dpurdie 1
########################################################################
2
# Copyright (c) VIX TECHNOLOGY (AUST) LTD
3
#
4
# File:         PLATFORM/ANDROID
5
#
6
# Contents:     ANDROID support
7
#
8
###############################################################################
9
#
10
 
11
AndroidInit();
12
 
13
sub AndroidInit
14
{
15
#   Toolset and generic platforms
16
#
17
    Toolset( '*', 'android.pl' );
18
}
19