Subversion Repositories DevTools

Rev

Rev 6351 | Rev 6445 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6351 Rev 6444
Line 96... Line 96...
96
#
96
#
97
#   Configuration
97
#   Configuration
98
#   Map JATS platforms to Shared library targets
98
#   Map JATS platforms to Shared library targets
99
#
99
#
100
my %SharedLibMap = (
100
my %SharedLibMap = (
101
    'ANDROIDARM'    => 'armeabi',
101
    'ANDROIDARM'    => 'armeabi, armeabi-v7a',
102
    'ANDROIDMIPS'   => 'mips',
102
    'ANDROIDMIPS'   => 'mips',
103
    'ANDROIDX86'    => 'x86',
103
    'ANDROIDX86'    => 'x86',
-
 
104
 
-
 
105
    'ANDROIDARM64'  => 'arm64-v8a',
-
 
106
    'ANDROIDMIPS64' => 'mips64',
-
 
107
    'ANDROIDX86_64' => 'x86_64',
-
 
108
 
-
 
109
 
104
    );
110
    );
105
 
111
 
106
our $GBE_HOSTMACH;              # Sanity Test of machine type
112
our $GBE_HOSTMACH;              # Sanity Test of machine type
107
our $GBE_MAKE_TARGET;           # Current build target
113
our $GBE_MAKE_TARGET;           # Current build target
108
 
114