am 03c26b27: am 596fd38a: Merge "Whitelist windows module"

* commit '03c26b274aed35c0a580b309567264d00cb643f2':
  Whitelist windows module
diff --git a/tools/aidl/Android.mk b/tools/aidl/Android.mk
index 8e6189f..d11264e 100644
--- a/tools/aidl/Android.mk
+++ b/tools/aidl/Android.mk
@@ -10,6 +10,7 @@
 # Logic shared between aidl and its unittests
 include $(CLEAR_VARS)
 LOCAL_MODULE := libaidl-common
+LOCAL_MODULE_HOST_OS := darwin linux windows
 
 LOCAL_CLANG_CFLAGS := -Wall -Werror
 # Tragically, the code is riddled with unused parameters.