diff --git a/modules/hid/build_amazon.go b/modules/hid/build_amazon.go index eb65da7c..4dc6fd1b 100644 --- a/modules/hid/build_amazon.go +++ b/modules/hid/build_amazon.go @@ -1,4 +1,5 @@ // +build !windows +// +build !android package hid diff --git a/modules/hid/build_logitech.go b/modules/hid/build_logitech.go index 90889d78..b824db0e 100644 --- a/modules/hid/build_logitech.go +++ b/modules/hid/build_logitech.go @@ -1,4 +1,5 @@ // +build !windows +// +build !android package hid diff --git a/modules/hid/build_microsoft.go b/modules/hid/build_microsoft.go index a1dc9c37..1f32e308 100644 --- a/modules/hid/build_microsoft.go +++ b/modules/hid/build_microsoft.go @@ -1,4 +1,5 @@ // +build !windows +// +build !android package hid diff --git a/modules/hid/builders.go b/modules/hid/builders.go index ef03d699..b48f8d90 100644 --- a/modules/hid/builders.go +++ b/modules/hid/builders.go @@ -1,4 +1,5 @@ // +build !windows +// +build !android package hid diff --git a/modules/hid/command.go b/modules/hid/command.go index a2671875..2dd2fb35 100644 --- a/modules/hid/command.go +++ b/modules/hid/command.go @@ -1,4 +1,5 @@ // +build !windows +// +build !android package hid diff --git a/modules/hid/duckyparser.go b/modules/hid/duckyparser.go index 25c95065..7fcb4040 100644 --- a/modules/hid/duckyparser.go +++ b/modules/hid/duckyparser.go @@ -1,4 +1,5 @@ // +build !windows +// +build !android package hid diff --git a/modules/hid/hid_inject.go b/modules/hid/hid_inject.go index a3aafa59..4ebe70ce 100644 --- a/modules/hid/hid_inject.go +++ b/modules/hid/hid_inject.go @@ -1,4 +1,5 @@ // +build !windows +// +build !android package hid diff --git a/modules/hid/hid_recon.go b/modules/hid/hid_recon.go index 1d081903..9ca141f2 100644 --- a/modules/hid/hid_recon.go +++ b/modules/hid/hid_recon.go @@ -1,4 +1,5 @@ // +build !windows +// +build !android package hid diff --git a/modules/hid/hid_show.go b/modules/hid/hid_show.go index 5f58c19b..315dbb3e 100644 --- a/modules/hid/hid_show.go +++ b/modules/hid/hid_show.go @@ -1,4 +1,5 @@ // +build !windows +// +build !android package hid diff --git a/modules/hid/hid_show_sort.go b/modules/hid/hid_show_sort.go index c21c959d..d2c739a4 100644 --- a/modules/hid/hid_show_sort.go +++ b/modules/hid/hid_show_sort.go @@ -1,4 +1,5 @@ // +build !windows +// +build !android package hid diff --git a/modules/hid/hid_sniff.go b/modules/hid/hid_sniff.go index bc77886e..844e4da6 100644 --- a/modules/hid/hid_sniff.go +++ b/modules/hid/hid_sniff.go @@ -1,4 +1,5 @@ // +build !windows +// +build !android package hid diff --git a/modules/hid/hid_unsupported.go b/modules/hid/hid_unsupported.go index 372efed9..a7780480 100644 --- a/modules/hid/hid_unsupported.go +++ b/modules/hid/hid_unsupported.go @@ -1,4 +1,5 @@ // +build windows +// +build android package hid diff --git a/modules/hid/keymaps.go b/modules/hid/keymaps.go index 5cb3fd82..02bb46dc 100644 --- a/modules/hid/keymaps.go +++ b/modules/hid/keymaps.go @@ -1,4 +1,5 @@ // +build !windows +// +build !android package hid