We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a971c34 commit e9448a4Copy full SHA for e9448a4
tree-sitter-langs-build.el
@@ -244,6 +244,7 @@ infrequent (grammar-only changes). It is different from the version of
244
(pcase system-type
245
('darwin "macos")
246
('gnu/linux "linux")
247
+ ('android "linux")
248
('berkeley-unix "freebsd")
249
('windows-nt "windows")
250
(_ (error "Unsupported system-type %s" system-type))))
0 commit comments