summaryrefslogtreecommitdiff
path: root/tools/aidl
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2015-09-04 21:36:50 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-09-04 21:36:50 +0000
commit596fd38af207727d508a63fca39506c90ba29c44 (patch)
tree04f88e3a2be27ef51c4380034a7b375c87dcfac6 /tools/aidl
parent3d6325460ec19c89c40d2083e8ca89fe53d5575b (diff)
parent8d6f9bf3c8195ffdc4eb9793bea91b43d250f496 (diff)
Merge "Whitelist windows module"
Diffstat (limited to 'tools/aidl')
-rw-r--r--tools/aidl/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/aidl/Android.mk b/tools/aidl/Android.mk
index 8e6189f6561e..d11264e7da5e 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.