am 596fd38a: Merge "Whitelist windows module"

* commit '596fd38af207727d508a63fca39506c90ba29c44':
  Whitelist windows module
This commit is contained in:
Dan Willemsen
2015-09-04 21:48:35 +00:00
committed by Android Git Automerger

View File

@@ -10,6 +10,7 @@ LOCAL_PATH:= $(call my-dir)
# 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.