Subversion Repositories DevTools

Rev

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

Rev 6455 Rev 6463
Line 99... Line 99...
99
#       The key is a JATS name for the target
99
#       The key is a JATS name for the target
100
#       The value is the subdir that android will expect to find the files in
100
#       The value is the subdir that android will expect to find the files in
101
#
101
#
102
my %SharedLibMap = (
102
my %SharedLibMap = (
103
    'ANDROIDARM'    => 'armeabi',
103
    'ANDROIDARM'    => 'armeabi',
-
 
104
    'ANDROIDARMV7'  => 'armeabi-v7a',
104
    'ANDROIDMIPS'   => 'mips',
105
    'ANDROIDMIPS'   => 'mips',
105
    'ANDROIDX86'    => 'x86',
106
    'ANDROIDX86'    => 'x86',
106
 
107
 
107
    'ANDROIDARM64'  => 'arm64-v8a',
108
    'ANDROIDARM64'  => 'arm64-v8a',
108
    'ANDROIDMIPS64' => 'mips64',
109
    'ANDROIDMIPS64' => 'mips64',
109
    'ANDROIDX86_64' => 'x86_64',
110
    'ANDROIDX86_64' => 'x86_64',
110
 
-
 
111
 
-
 
112
    );
111
    );
113
 
112
 
114
our $GBE_HOSTMACH;              # Sanity Test of machine type
113
our $GBE_HOSTMACH;              # Sanity Test of machine type
115
our $GBE_MAKE_TARGET;           # Current build target
114
our $GBE_MAKE_TARGET;           # Current build target
116
 
115