mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 09:27:31 +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
|
|
@ -14,7 +14,6 @@
|
|||
# GNOME/Linux linux (toolkit/themes/linux)
|
||||
# non-mac (toolkit/themes/shared/non-mac)
|
||||
# faststripe windows + faststripe (no native theme components)
|
||||
# mobile native UIs that do not use XUL for UI
|
||||
|
||||
toolkit = CONFIG['MOZ_WIDGET_TOOLKIT']
|
||||
if CONFIG['MOZ_PHOENIX']:
|
||||
|
|
@ -27,8 +26,6 @@ if toolkit == 'cocoa':
|
|||
DIRS += ['osx']
|
||||
elif toolkit in ('gtk2', 'gtk3'):
|
||||
DIRS += ['linux']
|
||||
elif app == 'mobile/android':
|
||||
DIRS += ['mobile']
|
||||
else:
|
||||
DIRS += ['windows']
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue