avoid unused imports warning on non-linux

This commit is contained in:
Joey Hess 2018-08-07 15:06:33 -04:00
parent 48d11a5dfb
commit 218c76b789
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -9,7 +9,9 @@
module Utility.Android where
#ifdef linux_HOST_OS
import Common
#endif
-- Detect when the Linux build is running on Android, eg in termux.
--