Fix memory calculation for android

This commit is contained in:
SMLoardrDev 2018-04-10 19:44:46 +02:00
parent f0c4811f16
commit 42f8ea1845
1 changed files with 4 additions and 3 deletions

View File

@ -7,6 +7,7 @@ function getMethods() {
const classes = { const classes = {
'win32': WindowsPlatform, 'win32': WindowsPlatform,
'linux': LinuxPlatform, 'linux': LinuxPlatform,
'android': LinuxPlatform,
'darwin': DarwinPlatform 'darwin': DarwinPlatform
}; };