From 8d6f9bf3c8195ffdc4eb9793bea91b43d250f496 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Fri, 4 Sep 2015 14:21:26 -0700 Subject: [PATCH] Whitelist windows module Bug: 23566667 Change-Id: I030733ffd2b43a0ea74b0fd5f34a0d13ef8dcf7c --- tools/aidl/Android.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/aidl/Android.mk b/tools/aidl/Android.mk index 8e6189f6561ea..d11264e7da5ef 100644 --- a/tools/aidl/Android.mk +++ b/tools/aidl/Android.mk @@ -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.