diff options
author | 2021-10-26 10:52:26 +0200 | |
---|---|---|
committer | 2021-10-26 10:52:26 +0200 | |
commit | 9dce821cbb1a7016d418f6b650152fab4f32a418 (patch) | |
tree | e11aeff9c80403e253fb1b6b8fbe3484668b9ff4 /scripts/src/main.lua | |
parent | 1a79bb82b120f1710ef326546b1046edd5a44c6a (diff) |
mips platform is not supported for Android for some time
Diffstat (limited to 'scripts/src/main.lua')
-rw-r--r-- | scripts/src/main.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua index e09282d28c0..bbd352b2ab4 100644 --- a/scripts/src/main.lua +++ b/scripts/src/main.lua @@ -180,12 +180,6 @@ end if _OPTIONS["PLATFORM"]=="arm64" then targetdir(MAME_DIR .. "android-project/app/src/main/libs/arm64-v8a") end - if _OPTIONS["PLATFORM"]=="mips" then - targetdir(MAME_DIR .. "android-project/app/src/main/libs/mips") - end - if _OPTIONS["PLATFORM"]=="mips64" then - targetdir(MAME_DIR .. "android-project/app/src/main/libs/mips64") - end if _OPTIONS["PLATFORM"]=="x86" then targetdir(MAME_DIR .. "android-project/app/src/main/libs/x86") end |