| Index: remoting/host/it2me/BUILD.gn
|
| diff --git a/remoting/host/it2me/BUILD.gn b/remoting/host/it2me/BUILD.gn
|
| index 6909a350edfb96193dc27f1e364a0b1df0a914b1..6f76a3cac72d8143461eadb3768488e1291f06f1 100644
|
| --- a/remoting/host/it2me/BUILD.gn
|
| +++ b/remoting/host/it2me/BUILD.gn
|
| @@ -27,7 +27,7 @@ source_set("common") {
|
| ]
|
| }
|
|
|
| -if (!is_chromeos && enable_remoting_host) {
|
| +if (!is_chromeos && !is_android && enable_remoting_host) {
|
| if (is_win) {
|
| # GYP version:
|
| # //remoting/remoting_host_win.gypi:remoting_it2me_native_messaging_host
|
|
|