mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
Issue #1053 - Remove android support from toolkit
Note: Does not remove support completely from toolkit/mozapps/installer or from telemetry or AppConstants.jsm
This commit is contained in:
parent
3063a156fb
commit
678b1ea2ec
73 changed files with 105 additions and 2315 deletions
|
|
@ -83,9 +83,7 @@ namespace safebrowsing {
|
|||
static PlatformType
|
||||
GetPlatformType()
|
||||
{
|
||||
#if defined(ANDROID)
|
||||
return ANDROID_PLATFORM;
|
||||
#elif defined(XP_MACOSX)
|
||||
#if defined(XP_MACOSX)
|
||||
return OSX_PLATFORM;
|
||||
#elif defined(XP_LINUX)
|
||||
return LINUX_PLATFORM;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue